2015-07-11 06:41:36 +03:00
|
|
|
// GENERATED CODE
|
|
|
|
// Generated by the Java program at /build/annotationProcessors at compile time
|
|
|
|
// from annotations on Java methods. To update, change the annotations on the
|
|
|
|
// corresponding Java methods and rerun the build. Manually updating this file
|
|
|
|
// will cause your build to fail.
|
|
|
|
|
|
|
|
#ifndef GeneratedJNINatives_h
|
|
|
|
#define GeneratedJNINatives_h
|
|
|
|
|
|
|
|
#include "GeneratedJNIWrappers.h"
|
|
|
|
#include "mozilla/jni/Natives.h"
|
|
|
|
|
|
|
|
namespace mozilla {
|
|
|
|
namespace widget {
|
|
|
|
|
2015-07-29 22:11:15 +03:00
|
|
|
template<class Impl>
|
|
|
|
class ANRReporter::Natives : public mozilla::jni::NativeImpl<ANRReporter, Impl>
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
static constexpr JNINativeMethod methods[] = {
|
|
|
|
|
|
|
|
mozilla::jni::MakeNativeMethod<ANRReporter::GetNativeStack_t>(
|
|
|
|
mozilla::jni::NativeStub<ANRReporter::GetNativeStack_t, Impl>
|
|
|
|
::template Wrap<&Impl::GetNativeStack>),
|
|
|
|
|
|
|
|
mozilla::jni::MakeNativeMethod<ANRReporter::ReleaseNativeStack_t>(
|
|
|
|
mozilla::jni::NativeStub<ANRReporter::ReleaseNativeStack_t, Impl>
|
|
|
|
::template Wrap<&Impl::ReleaseNativeStack>),
|
|
|
|
|
|
|
|
mozilla::jni::MakeNativeMethod<ANRReporter::RequestNativeStack_t>(
|
|
|
|
mozilla::jni::NativeStub<ANRReporter::RequestNativeStack_t, Impl>
|
|
|
|
::template Wrap<&Impl::RequestNativeStack>)
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
template<class Impl>
|
|
|
|
constexpr JNINativeMethod ANRReporter::Natives<Impl>::methods[];
|
2015-07-11 06:41:36 +03:00
|
|
|
|
|
|
|
} /* widget */
|
|
|
|
} /* mozilla */
|
|
|
|
#endif // GeneratedJNINatives_h
|