Android应用程序突然变成了白屏

时间:2017-01-27 09:44:53

标签: android

我是Android新手。在我的应用程序中有一个照片捕获功能。拍摄照片后,我的应用程序突然变成白屏并崩溃。复制这个问题真的很难。当应用程序崩溃时,这是我的日志猫。

01-27 14:33:13.949 31256-31256/io.omoto.omotokairaliapp D/dalvikvm: Late-enabling CheckJNI
01-27 14:33:14.357 31256-31256/io.omoto.omotokairaliapp W/dalvikvm: VFY: unable to find class referenced in signature (Landroid/view/SearchEvent;)
01-27 14:33:14.357 31256-31256/io.omoto.omotokairaliapp I/dalvikvm: Could not find method android.view.Window$Callback.onSearchRequested, referenced from method android.support.v7.view.WindowCallbackWrapper.onSearchRequested
01-27 14:33:14.357 31256-31256/io.omoto.omotokairaliapp W/dalvikvm: VFY: unable to resolve interface method 20321: Landroid/view/Window$Callback;.onSearchRequested (Landroid/view/SearchEvent;)Z
01-27 14:33:14.357 31256-31256/io.omoto.omotokairaliapp D/dalvikvm: VFY: replacing opcode 0x72 at 0x0002
01-27 14:33:14.357 31256-31256/io.omoto.omotokairaliapp I/dalvikvm: Could not find method android.view.Window$Callback.onWindowStartingActionMode, referenced from method android.support.v7.view.WindowCallbackWrapper.onWindowStartingActionMode
01-27 14:33:14.357 31256-31256/io.omoto.omotokairaliapp W/dalvikvm: VFY: unable to resolve interface method 20325: Landroid/view/Window$Callback;.onWindowStartingActionMode (Landroid/view/ActionMode$Callback;I)Landroid/view/ActionMode;
01-27 14:33:14.357 31256-31256/io.omoto.omotokairaliapp D/dalvikvm: VFY: replacing opcode 0x72 at 0x0002
01-27 14:33:14.362 31256-31256/io.omoto.omotokairaliapp D/dalvikvm: GetMethodID: not returning static method Landroid/os/Process;.getTotalMemory ()J
01-27 14:33:14.362 31256-31256/io.omoto.omotokairaliapp D/dalvikvm: GetMethodID: not returning static method Landroid/os/Process;.getFreeMemory ()J
01-27 14:33:14.430 31256-31256/io.omoto.omotokairaliapp I/dalvikvm: Could not find method android.content.res.Resources.getDrawable, referenced from method android.support.v7.widget.ResourcesWrapper.getDrawable
01-27 14:33:14.430 31256-31256/io.omoto.omotokairaliapp W/dalvikvm: VFY: unable to resolve virtual method 641: Landroid/content/res/Resources;.getDrawable (ILandroid/content/res/Resources$Theme;)Landroid/graphics/drawable/Drawable;
01-27 14:33:14.430 31256-31256/io.omoto.omotokairaliapp D/dalvikvm: VFY: replacing opcode 0x6e at 0x0002
01-27 14:33:14.430 31256-31256/io.omoto.omotokairaliapp I/dalvikvm: Could not find method android.content.res.Resources.getDrawableForDensity, referenced from method android.support.v7.widget.ResourcesWrapper.getDrawableForDensity
01-27 14:33:14.430 31256-31256/io.omoto.omotokairaliapp W/dalvikvm: VFY: unable to resolve virtual method 643: Landroid/content/res/Resources;.getDrawableForDensity (IILandroid/content/res/Resources$Theme;)Landroid/graphics/drawable/Drawable;
01-27 14:33:14.430 31256-31256/io.omoto.omotokairaliapp D/dalvikvm: VFY: replacing opcode 0x6e at 0x0002
01-27 14:33:14.439 31256-31256/io.omoto.omotokairaliapp I/dalvikvm: Could not find method android.content.res.TypedArray.getChangingConfigurations, referenced from method android.support.v7.widget.TintTypedArray.getChangingConfigurations
01-27 14:33:14.439 31256-31256/io.omoto.omotokairaliapp W/dalvikvm: VFY: unable to resolve virtual method 678: Landroid/content/res/TypedArray;.getChangingConfigurations ()I
01-27 14:33:14.439 31256-31256/io.omoto.omotokairaliapp D/dalvikvm: VFY: replacing opcode 0x6e at 0x0002
01-27 14:33:14.440 31256-31256/io.omoto.omotokairaliapp I/dalvikvm: Could not find method android.content.res.TypedArray.getType, referenced from method android.support.v7.widget.TintTypedArray.getType
01-27 14:33:14.440 31256-31256/io.omoto.omotokairaliapp W/dalvikvm: VFY: unable to resolve virtual method 700: Landroid/content/res/TypedArray;.getType (I)I
01-27 14:33:14.440 31256-31256/io.omoto.omotokairaliapp D/dalvikvm: VFY: replacing opcode 0x6e at 0x0002
01-27 14:33:14.515 31256-31256/io.omoto.omotokairaliapp I/dalvikvm-heap: Grow heap (frag case) to 7.855MB for 409616-byte allocation
01-27 14:33:14.543 31256-31256/io.omoto.omotokairaliapp W/Settings: Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
01-27 14:33:14.582 31256-31256/io.omoto.omotokairaliapp E/DbHelper: Select id from image_url where image_name=? 
01-27 14:33:14.583 31256-31256/io.omoto.omotokairaliapp E/DbHelper: 0
01-27 14:33:14.607 31256-31256/io.omoto.omotokairaliapp D/libEGL: loaded /system/lib/egl/libEGL_tegra.so

                                                                  [ 01-27 14:33:14.607 31256:31256 I/         ]
                                                                  Attempting to load EGL implementation libEGL_tegra_impl


                                                                  [ 01-27 14:33:14.627 31256:31256 I/         ]
                                                                  Loaded EGL implementation libEGL_tegra_impl
01-27 14:33:14.629 31256-31256/io.omoto.omotokairaliapp D/libEGL: loaded /system/lib/egl/libGLESv1_CM_tegra.so
01-27 14:33:14.631 31256-31256/io.omoto.omotokairaliapp D/libEGL: loaded /system/lib/egl/libGLESv2_tegra.so
01-27 14:33:14.664 31256-31256/io.omoto.omotokairaliapp I/dalvikvm-heap: Grow heap (frag case) to 8.358MB for 208-byte allocation
01-27 14:33:14.856 31256-31256/io.omoto.omotokairaliapp D/OpenGLRenderer: Enabling debug mode 0
01-27 14:33:14.915 31256-31256/io.omoto.omotokairaliapp W/ContextImpl: Implicit intents with startService are not safe: Intent { act=com.nvidia.ControllerMapper.START_SERVICE } android.content.ContextWrapper.bindService:517 com.nvidia.ControllerMapper.MapperClient$ServiceClient.connect:587 com.nvidia.ControllerMapper.MapperClient.<init>:91 
01-27 14:33:17.705 31256-31263/io.omoto.omotokairaliapp D/dalvikvm: Debugger has detached; object registry had 1 entries

0 个答案:

没有答案