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

Unified Diff: android_webview/java/src/org/chromium/android_webview/AwDebug.java

Issue 2364733004: Remove the proguard keep rule for AwDebug now @UsedByReflection works. (Closed)
Patch Set: Created 4 years, 3 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 | « android_webview/apk/java/proguard.flags ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/java/src/org/chromium/android_webview/AwDebug.java
diff --git a/android_webview/java/src/org/chromium/android_webview/AwDebug.java b/android_webview/java/src/org/chromium/android_webview/AwDebug.java
index 72b125a22a2ac1d5373e212334c7b0a897b093fb..7de5d284f3490dfcc3d925c13d97ed80c7045465 100644
--- a/android_webview/java/src/org/chromium/android_webview/AwDebug.java
+++ b/android_webview/java/src/org/chromium/android_webview/AwDebug.java
@@ -5,6 +5,7 @@
package org.chromium.android_webview;
import org.chromium.base.annotations.JNINamespace;
+import org.chromium.base.annotations.UsedByReflection;
import java.io.File;
import java.io.IOException;
@@ -16,6 +17,7 @@ import java.io.IOException;
* the client of WebView.
*/
@JNINamespace("android_webview")
+@UsedByReflection("")
public class AwDebug {
/**
* Dump webview state (predominantly a minidump for all threads,
@@ -29,6 +31,7 @@ public class AwDebug {
* be able to be re-opened for reading and writing via its
* canonical path. The file will be truncated upon re-opening.
*/
+ @UsedByReflection("")
public static boolean dumpWithoutCrashing(File dumpFile) {
String dumpPath;
try {
« no previous file with comments | « android_webview/apk/java/proguard.flags ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698