| Index: content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java
|
| diff --git a/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java b/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java
|
| index ea43df3cb4513acaea2b141925c12b69b5594b9a..0e9c1db79ad79d10ac07aade3004577334e95e25 100644
|
| --- a/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java
|
| +++ b/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java
|
| @@ -47,6 +47,7 @@ public class ContentShellActivity extends Activity {
|
| @Override
|
| @SuppressFBWarnings("DM_EXIT")
|
| protected void onCreate(final Bundle savedInstanceState) {
|
| + Log.d("#YOLAND", "activity created");
|
| super.onCreate(savedInstanceState);
|
|
|
| // Initializing the command line must occur before loading the library.
|
|
|