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

Unified Diff: webrtc/examples/androidapp/src/org/appspot/apprtc/UnhandledExceptionHandler.java

Issue 2343403002: Rename AppRTCDemo on Android and iOS to AppRTCMobile (Closed)
Patch Set: Rebase 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
Index: webrtc/examples/androidapp/src/org/appspot/apprtc/UnhandledExceptionHandler.java
diff --git a/webrtc/examples/androidapp/src/org/appspot/apprtc/UnhandledExceptionHandler.java b/webrtc/examples/androidapp/src/org/appspot/apprtc/UnhandledExceptionHandler.java
index a9a136bf9e38939066d497a2400ce7d49a21dfe1..18f5dc50c7a38fe1aa0d5dea8fc6d9c4bd3d1c3c 100644
--- a/webrtc/examples/androidapp/src/org/appspot/apprtc/UnhandledExceptionHandler.java
+++ b/webrtc/examples/androidapp/src/org/appspot/apprtc/UnhandledExceptionHandler.java
@@ -31,7 +31,7 @@ import java.io.StringWriter;
*/
public class UnhandledExceptionHandler
implements Thread.UncaughtExceptionHandler {
- private static final String TAG = "AppRTCDemoActivity";
+ private static final String TAG = "AppRTCMobileActivity";
private final Activity activity;
public UnhandledExceptionHandler(final Activity activity) {
« no previous file with comments | « webrtc/examples/androidapp/src/org/appspot/apprtc/ConnectActivity.java ('k') | webrtc/examples/androidjunit/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698