Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2301)

Unified Diff: base/android/jni_generator/testSingleJNIAdditionalImport.golden

Issue 2361353002: Link stack frames of JNI stubs to JNI callbacks. (Closed)
Patch Set: git cl format Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/android/jni_generator/testNativeExportsOnlyOption.golden ('k') | base/debug/stack_trace.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/android/jni_generator/testSingleJNIAdditionalImport.golden
diff --git a/base/android/jni_generator/testSingleJNIAdditionalImport.golden b/base/android/jni_generator/testSingleJNIAdditionalImport.golden
index 3f8c18e8542f4f104c0d2beb73b2d6338a821641..cd1192545bf9159eaf805d8f167396f94191b1b7 100644
--- a/base/android/jni_generator/testSingleJNIAdditionalImport.golden
+++ b/base/android/jni_generator/testSingleJNIAdditionalImport.golden
@@ -48,7 +48,6 @@ static void Java_Foo_calledByNative(JNIEnv* env, const
base::android::MethodID::TYPE_STATIC>(
env, Foo_clazz(env),
"calledByNative",
-
"("
"Lorg/chromium/foo/Bar$Callback;"
")"
@@ -58,7 +57,6 @@ static void Java_Foo_calledByNative(JNIEnv* env, const
env->CallStaticVoidMethod(Foo_clazz(env),
method_id, callback.obj());
jni_generator::CheckException(env);
-
}
// Step 3: RegisterNatives.
« no previous file with comments | « base/android/jni_generator/testNativeExportsOnlyOption.golden ('k') | base/debug/stack_trace.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698