danielsogl / awesome-cordova-plugins

Native features for mobile apps built with Cordova/PhoneGap and open web technologies. Complete with TypeScript support.
https://danielsogl.gitbook.io/awesome-cordova-plugins/
Other
2.41k stars 2.42k forks source link

[crash] Camera plugin is crashing/restarting app on android 8.1 #3040

Closed indraraj26 closed 4 years ago

indraraj26 commented 5 years ago

I'm submitting a ... (check one with "x") [ x] bug report [ ] feature request [ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or https://ionicworldwide.herokuapp.com/

Current behavior: After taking the picture it is crashing/restarting the application

Expected behavior: it should not crash/restart the app, it is working fine below android 8.

Steps to reproduce: Error adb logcat

05-28 11:36:47.936 16783 16783 D Diagnostic_External_Storage: initialize()
05-28 11:36:47.942 16783 16783 D CordovaWebViewImpl: >>> loadUrl(file:///android_asset/www/index.html)
05-28 11:36:47.959   392   392 I DisplayDevice: [Built-in Screen (type:0)] fps:61.339783,dur:1010.76,max:16.56,min:16.04
05-28 11:36:47.971   492 13503 V AudioPolicyService: registerClient() client 0xa7c4bea0, uid 10321 pid 16783
05-28 11:36:48.027 16783 16783 D CordovaActivity: Started the activity.
05-28 11:36:48.047 16783 16783 D CordovaActivity: Incoming Result. Request code = 34
05-28 11:36:48.050 16783 16900 I zygote  : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
05-28 11:36:48.051 16783 16783 D CordovaInterfaceImpl: Sending activity result to plugin
05-28 11:36:48.061 16783 16783 D AndroidRuntime: Shutting down VM
05-28 11:36:48.067 16783 16783 E AndroidRuntime: FATAL EXCEPTION: main
05-28 11:36:48.067 16783 16783 E AndroidRuntime: Process: com.rex.product, PID: 16783
05-28 11:36:48.067 16783 16783 E AndroidRuntime: java.lang.RuntimeException: Unable to resume activity {com.rex.product/com.rex.product.MainActivity}: java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=34, result=-1, data=null} to activity {com.rex.product/com.rex.product.MainActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'android.content.res.XmlResourceParser android.content.pm.ProviderInfo.loadXmlMetaData(android.content.pm.PackageManager, java.lang.String)' on a null object reference
05-28 11:36:48.067 16783 16783 E AndroidRuntime:        at android.app.ActivityThread.performResumeActivity(ActivityThread.java:3651)
05-28 11:36:48.067 16783 16783 E AndroidRuntime:        at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:3691)
05-28 11:36:48.067 16783 16783 E AndroidRuntime:        at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2925)
05-28 11:36:48.067 16783 16783 E AndroidRuntime:        at android.app.ActivityThread.-wrap11(Unknown Source:0)
05-28 11:36:48.067 16783 16783 E AndroidRuntime:        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1637)
05-28 11:36:48.067 16783 16783 E AndroidRuntime:        at android.os.Handler.dispatchMessage(Handler.java:106)
05-28 11:36:48.067 16783 16783 E AndroidRuntime:        at android.os.Looper.loop(Looper.java:176)
05-28 11:36:48.067 16783 16783 E AndroidRuntime:        at android.app.ActivityThread.main(ActivityThread.java:6656)
05-28 11:36:48.067 16783 16783 E AndroidRuntime:        at java.lang.reflect.Method.invoke(Native Method)
05-28 11:36:48.067 16783 16783 E AndroidRuntime:        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:547)
05-28 11:36:48.067 16783 16783 E AndroidRuntime:        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:873)
05-28 11:36:48.067 16783 16783 E AndroidRuntime: Caused by: java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=34, result=-1, data=null} to activity {com.rex.product/com.rex.product.MainActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'android.content.res.XmlResourceParser android.content.pm.ProviderInfo.loadXmlMetaData(android.content.pm.PackageManager, java.lang.String)' on a null object reference
05-28 11:36:48.067 16783 16783 E AndroidRuntime:        at android.app.ActivityThread.deliverResults(ActivityThread.java:4359)
05-28 11:36:48.067 16783 16783 E AndroidRuntime:        at android.app.ActivityThread.performResumeActivity(ActivityThread.java:3623)
05-28 11:36:48.067 16783 16783 E AndroidRuntime:        ... 10 more
05-28 11:36:48.067 16783 16783 E AndroidRuntime: Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'android.content.res.XmlResourceParser android.content.pm.ProviderInfo.loadXmlMetaData(android.content.pm.PackageManager, java.lang.String)' on a null object reference
05-28 11:36:48.067 16783 16783 E AndroidRuntime:        at android.support.v4.content.FileProvider.parsePathStrategy(FileProvider.java:604)
05-28 11:36:48.067 16783 16783 E AndroidRuntime:        at android.support.v4.content.FileProvider.getPathStrategy(FileProvider.java:578)
05-28 11:36:48.067 16783 16783 E AndroidRuntime:        at android.support.v4.content.FileProvider.getUriForFile(FileProvider.java:416)
05-28 11:36:48.067 16783 16783 E AndroidRuntime:        at org.apache.cordova.camera.CameraLauncher.onActivityResult(CameraLauncher.java:803)
05-28 11:36:48.067 16783 16783 E AndroidRuntime:        at org.apache.cordova.CordovaInterfaceImpl.onActivityResult(CordovaInterfaceImpl.java:159)
05-28 11:36:48.067 16783 16783 E AndroidRuntime:        at org.apache.cordova.CordovaActivity.onActivityResult(CordovaActivity.java:359)
05-28 11:36:48.067 16783 16783 E AndroidRuntime:        at android.app.Activity.dispatchActivityResult(Activity.java:7341)
05-28 11:36:48.067 16783 16783 E AndroidRuntime:        at android.app.ActivityThread.deliverResults(ActivityThread.java:4355)

Related code:

insert any relevant code here

Other information:

Ionic info: (run ionic info from a terminal/cmd prompt and paste output below):

ionic info

Ionic:

   ionic (Ionic CLI)  : 4.12.0 (C:\Users\HP\AppData\Roaming\npm\node_modules\ionic)
   Ionic Framework    : ionic-angular 3.9.2
   @ionic/app-scripts : 3.2.0

Cordova:

   cordova (Cordova CLI) : 8.1.2 (cordova-lib@8.1.1)
   Cordova Platforms     : android 7.1.4
   Cordova Plugins       : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 1.2.1, (and 23 other plugins)

System:

   Android SDK Tools : 26.1.1 (C:\Users\HP\AppData\Local\Android\Sdk)
   NodeJS            : v8.14.0 (C:\Program Files\nodejs\node.exe)
   npm               : 6.4.1
   OS                : Windows 10

cordova plugin list

cordova plugin list
call-number 0.0.2 "Cordova Call Number Plugin"
cordova-open-native-settings 1.5.2 "Native settings"
cordova-plugin-android-permissions 1.0.0 "Permissions"
cordova-plugin-app-version 0.1.9 "AppVersion"
cordova-plugin-browsertab 0.2.0 "cordova-plugin-browsertab"
cordova-plugin-camera 4.0.3 "Camera"
cordova-plugin-compat 1.2.0 "Compat"
cordova-plugin-device 2.0.2 "Device"
cordova-plugin-file 6.0.1 "File"
cordova-plugin-file-transfer 1.7.1 "File Transfer"
cordova-plugin-filechooser 1.2.0 "File Chooser"
cordova-plugin-filepath 1.5.5 "cordova-plugin-filepath"
cordova-plugin-geolocation 4.0.1 "Geolocation"
cordova-plugin-ionic-keyboard 2.1.3 "cordova-plugin-ionic-keyboard"
cordova-plugin-ionic-webview 1.2.1 "cordova-plugin-ionic-webview"
cordova-plugin-market 1.2.0 "Market"
cordova-plugin-mauron85-background-geolocation 2.3.6 "CDVBackgroundGeolocation"
cordova-plugin-native-spinner 1.1.3 "Native Spinner"
cordova-plugin-nativegeocoder 3.2.2 "NativeGeocoder"
cordova-plugin-network-information 2.0.1 "Network Information"
cordova-plugin-request-location-accuracy 2.3.0 "Request Location Accuracy"
cordova-plugin-splashscreen 5.0.2 "Splashscreen"
cordova-plugin-statusbar 2.4.2 "StatusBar"
cordova-plugin-whitelist 1.3.3 "Whitelist"
cordova-sqlite-storage 2.6.0 "Cordova sqlite storage plugin"
cordova.plugins.diagnostic 4.0.12 "Diagnostic"
onesignal-cordova-plugin 2.4.7 "OneSignal Push Notifications"

androidmanifest

    <provider android:authorities="${applicationId}.provider" android:exported="false" android:grantUriPermissions="true" android:name="org.apache.cordova.camera.FileProvider">
            <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/camera_provider_paths" />
        </provider>

in xml folder camera_provider_paths.xml

<?xml version="1.0" encoding="utf-8"?>
<!--
  Licensed to the Apache Software Foundation (ASF) under one
  or more contributor license agreements.  See the NOTICE file
  distributed with this work for additional information
  regarding copyright ownership.  The ASF licenses this file
  to you under the Apache License, Version 2.0 (the
  "License"); you may not use this file except in compliance
  with the License.  You may obtain a copy of the License at
    http://www.apache.org/licenses/LICENSE-2.0
  Unless required by applicable law or agreed to in writing,
  software distributed under the License is distributed on an
  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  KIND, either express or implied.  See the License for the
  specific language governing permissions and limitations
  under the License.
-->

<paths xmlns:android="http://schemas.android.com/apk/res/android">
    <external-path name="external_files" path="."/>
</paths>

EDITED : Restarting app

06-06 12:37:49.759 29585 29585 D ViewRootImpl[MainActivity]: hardware acceleration = true , fakeHwAccelerated = false, sRendererDisabled = false, forceHwAccelerated = false, sSystemRendererDisabled = false
06-06 12:37:49.761   395   648 I SurfaceFlinger: [SF client] NEW(0xa98ecf00) for (972:system_server)
06-06 12:37:49.749 29585 29585 W .rex.product: type=1400 audit(0.0:2837): avc: denied { read } for name="u:object_r:graphics_config_prop:s0" dev="tmpfs" ino=595 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:graphics_config_prop:s0 tclass=file permissive=0
06-06 12:37:49.765 29585 29585 E libc    : Access denied finding property "ro.sf.lcd_density"
06-06 12:37:49.765 29585 29585 E InputTransport: ro.sf.lcd_density must be defined as a build property
06-06 12:37:49.804 29585 29585 D FileUtils: Unrecognized extra filesystem identifier: assets
06-06 12:37:49.807 29585 29585 D Diagnostic: initialize()
06-06 12:37:49.811 29585 29585 D Diagnostic_Location: initialize()
06-06 12:37:49.820 29585 29585 D Diagnostic_Bluetooth: initialize()
06-06 12:37:49.830 29585 29585 D Diagnostic_Wifi: initialize()
06-06 12:37:49.831 29585 29585 D Diagnostic_Camera: initialize()
06-06 12:37:49.831 29585 29585 D Diagnostic_Notifications: initialize()
06-06 12:37:49.832 29585 29585 D Diagnostic_NFC: initialize()
06-06 12:37:49.836 29585 29585 V NFC     : this device does not have NFC support
06-06 12:37:49.837 29585 29585 D Diagnostic_External_Storage: initialize()
06-06 12:37:49.842 29585 29585 D CordovaWebViewImpl: >>> loadUrl(file:///android_asset/www/index.html)
06-06 12:37:49.853   499  8601 V AudioPolicyService: registerClient() client 0xae21b800, uid 10342 pid 29585
06-06 12:37:49.888 29585 29585 D CordovaActivity: Started the activity.
06-06 12:37:49.897 29585 29679 I zygote  : android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
06-06 12:37:49.902 29585 29585 D CordovaActivity: Incoming Result. Request code = 34
06-06 12:37:49.905 29585 29585 D CordovaInterfaceImpl: Sending activity result to plugin
06-06 12:37:49.922   371   371 W /vendor/bin/mtd: Waited one second for vendor.xiaomi.hardware.mlipay@1.0::IMlipayService/default. Waiting another...
06-06 12:37:49.940 29585 29585 W ExifInterface: Skip the tag entry since tag number is not defined: 544
06-06 12:37:49.940 29585 29585 W ExifInterface: Skip the tag entry since tag number is not defined: 545
06-06 12:37:49.940 29585 29585 W ExifInterface: Skip the tag entry since tag number is not defined: 546
06-06 12:37:49.941 29585 29585 W ExifInterface: Skip the tag entry since tag number is not defined: 547
06-06 12:37:49.941 29585 29585 W ExifInterface: Skip the tag entry since tag number is not defined: 548
06-06 12:37:49.941 29585 29585 W ExifInterface: Skip the tag entry since tag number is not defined: 549
06-06 12:37:49.944 29585 29585 W ExifInterface: Skip the tag entry since tag number is not defined: 39321
06-06 12:37:49.946 29585 29585 W ExifInterface: Skip the tag entry since tag number is not defined: 2
06-06 12:37:49.973 29585 29679 W AudioCapabilities: Unsupported mime audio/x-adpcm-ms
06-06 12:37:49.976 29585 29679 W AudioCapabilities: Unsupported mime audio/x-adpcm-dvi-ima
06-06 12:37:49.977 29585 29679 W AudioCapabilities: Unsupported mime audio/alac
06-06 12:37:49.985 29585 29679 W AudioCapabilities: Unsupported mime audio/ape
06-06 12:37:50.044 29585 29585 W ExifInterface: Skip the tag entry since tag number is not defined: 544
06-06 12:37:50.044 29585 29679 W VideoCapabilities: Unsupported mime video/divx
06-06 12:37:50.045 29585 29585 W ExifInterface: Skip the tag entry since tag number is not defined: 545
06-06 12:37:50.045 29585 29585 W ExifInterface: Skip the tag entry since tag number is not defined: 546
06-06 12:37:50.045 29585 29585 W ExifInterface: Skip the tag entry since tag number is not defined: 547
06-06 12:37:50.045 29585 29585 W ExifInterface: Skip the tag entry since tag number is not defined: 548
06-06 12:37:50.045 29585 29585 W ExifInterface: Skip the tag entry since tag number is not defined: 549
06-06 12:37:50.046 29585 29585 W ExifInterface: Skip the tag entry since tag number is not defined: 39321
06-06 12:37:50.047 29585 29585 W ExifInterface: Skip the tag entry since tag number is not defined: 2
06-06 12:37:50.050 29585 29679 W VideoCapabilities: Unsupported mime video/divx3
06-06 12:37:50.058 29585 29585 W ExifInterface: Skip the tag entry since tag number is not defined: 544
06-06 12:37:50.058 29585 29585 W ExifInterface: Skip the tag entry since tag number is not defined: 545
06-06 12:37:50.058 29585 29585 W ExifInterface: Skip the tag entry since tag number is not defined: 546
06-06 12:37:50.058 29585 29585 W ExifInterface: Skip the tag entry since tag number is not defined: 547
06-06 12:37:50.058 29585 29585 W ExifInterface: Skip the tag entry since tag number is not defined: 548
06-06 12:37:50.059 29585 29585 W ExifInterface: Skip the tag entry since tag number is not defined: 549
06-06 12:37:50.059   972  4215 E TouchFilter: setTouchFilter LOG Enable prameter: 0
06-06 12:37:50.060 29585 29585 W ExifInterface: Skip the tag entry since tag number is not defined: 39321
06-06 12:37:50.060   972  4215 D EventHub: Event Hub Touch Filter log is disabled
06-06 12:37:50.060   972  4215 D EventHub: Event Hub Touch Filter is enabled
06-06 12:37:50.060 29585 29585 W ExifInterface: Skip the tag entry since tag number is not defined: 2
06-06 12:37:50.085 29585 29679 W VideoCapabilities: Unrecognized profile/level 1/32 for video/mp4v-es
06-06 12:37:50.085 29585 29679 W VideoCapabilities: Unrecognized profile/level 32768/2 for video/mp4v-es
06-06 12:37:50.086 29585 29679 W VideoCapabilities: Unrecognized profile/level 32768/64 for video/mp4v-es
06-06 12:37:50.102 29585 29585 D skia    : SkJpegCodec::onGetPixels + (3120, 4160)
06-06 12:37:50.105 27767 27833 I EventLogSendingHelper: Sending log events.
06-06 12:37:50.107   498  1110 D AALLightSensor: newLux = 120, [101, 98] -> 120
06-06 12:37:50.123 29585 29679 W VideoCapabilities: Unsupported mime video/x-ms-wmv
06-06 12:37:50.129 29585 29679 W VideoCapabilities: Unsupported mime video/xvid
06-06 12:37:50.157  1679  1689 D GasService: pkg a:[com.rex.product] [D] pid:29585 uid:10342 audio:0,_s:0
06-06 12:37:50.167 29585 29679 W VideoCapabilities: Unrecognized profile/level 1/32 for video/mp4v-es
06-06 12:37:50.172 29585 29679 I VideoCapabilities: Unsupported profile 4 for video/mp4v-es
06-06 12:37:50.226   395   395 I DisplayDevice: [Built-in Screen (type:0)] fps:61.339359,dur:1010.77,max:16.65,min:16.02
06-06 12:37:50.404 29585 29585 D skia    : SkJpegCodec::onGetPixels -
06-06 12:37:50.446   525   559 E connsyslogger: Bootup Log: 8 log files!
06-06 12:37:50.675   390   413 I libPerfService: 11: cpu_ctrl set freq: -1 -1
06-06 12:37:50.676   525   558 D connsyslogger: SD_LOG_ROOT is /mnt/sdcard/mtklog/connsyslog/fw.
06-06 12:37:50.923   371   371 W /vendor/bin/mtd: Waited one second for vendor.xiaomi.hardware.mlipay@1.0::IMlipayService/default. Waiting another...
06-06 12:37:51.146 29585 29585 D CordovaActivity: Resumed the activity.
06-06 12:37:51.150 29585 29585 V PhoneWindow: DecorView setVisiblity: visibility = 4, Parent = null, this = DecorView@8a9e410[]
06-06 12:37:51.155 29585 29585 D ViewRootImpl[MainActivity]: hardware acceleration = true , fakeHwAccelerated = false, sRendererDisabled = false, forceHwAccelerated = false, sSystemRendererDisabled = false
06-06 12:37:51.149 29585 29585 W .rex.product: type=1400 audit(0.0:2838): avc: denied { read } for name="u:object_r:graphics_config_prop:s0" dev="tmpfs" ino=595 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:graphics_config_prop:s0 tclass=file permissive=0
06-06 12:37:51.159 29585 29585 E libc    : Access denied finding property "ro.sf.lcd_density"
06-06 12:37:51.159 29585 29585 E InputTransport: ro.sf.lcd_density must be defined as a build property
06-06 12:37:51.160 29585 29585 V PhoneWindow: DecorView setVisiblity: visibility = 0, Parent = ViewRoot{a31313c com.rex.product/com.rex.product.MainActivity,ident = 1}, this = DecorView@8a9e410[MainActivity]
06-06 12:37:51.204 29585 29585 I Choreographer: Skipped 87 frames!  The application may be doing too much work on its main thread.
06-06 12:37:51.206 29585 29585 W Looper  : Slow Frame: doFrame is 1436ms late
06-06 12:37:51.214 29642 29674 I cr_LibraryLoader: Time to load native libraries: 1 ms (timestamps 3875-3876)
06-06 12:37:51.217 29642 29674 I chromium: [INFO:library_loader_hooks.cc(36)] Chromium logging enabled: level = 0, default verbosity = 0
06-06 12:37:51.217 29642 29674 I cr_LibraryLoader: Expected native library version number "70.0.3538.110", actual native library version number "70.0.3538.110"
06-06 12:37:51.221   395   395 W GuiExt  : Cannot find GuiExtService
06-06 12:37:51.221   395   395 I BufferQueueConsumer: [unnamed-395-1084](this:0xa9735000,id:1084,api:0,p:-1,c:395) connect(C): consumer=(395:/system/bin/surfaceflinger) controlledByApp=false
06-06 12:37:51.221   395   395 I BufferQueueConsumer: [unnamed-395-1084](this:0xa9735000,id:1084,api:0,p:-1,c:395) setConsumerName: unnamed-395-1084
06-06 12:37:51.221   395   395 I BufferQueueConsumer: [com.rex.product/com.rex.product.MainActivity#0](this:0xa9735000,id:1084,api:0,p:-1,c:395) setConsumerName: com.rex.product/com.rex.product.MainActivity#0
06-06 12:37:51.221   395   395 I BufferQueueConsumer: [com.rex.product/com.rex.product.MainActivity#0](this:0xa9735000,id:1084,api:0,p:-1,c:395) setDefaultBufferSize: width=720 height=1344
06-06 12:37:51.227 29642 29674 W ResourceType: No package identifier when getting name for resource number 0x00000000
06-06 12:37:51.235 29585 29676 I OpenGLRenderer: Initialized EGL, version 1.4
06-06 12:37:51.236 29585 29585 D Surface : Surface::allocateBuffers(this=0x86369000)
06-06 12:37:51.236 29585 29676 D OpenGLRenderer: Swap behavior 2
06-06 12:37:51.237   395   395 I DisplayDevice: [Built-in Screen (type:0)] fps:61.335247,dur:1010.84,max:19.68,min:13.17
06-06 12:37:51.246 29642 29674 W PackageManager: Failure retrieving text 0x7f0c0020 in package com.rex.product
06-06 12:37:51.246 29642 29674 W PackageManager: java.lang.NullPointerException: Attempt to invoke virtual method 'void miui.content.res.ThemeResourcesSystem.mergeThemeValues(java.lang.String, miui.content.res.ThemeValues)' on a null object reference
06-06 12:37:51.246 29642 29674 W PackageManager:        at miui.content.res.ThemeResourcesPackage.mergeThemeValues(ThemeResourcesPackage.java:166)
06-06 12:37:51.246 29642 29674 W PackageManager:        at android.content.res.MiuiResourcesImpl.loadValues(MiuiResourcesImpl.java:395)
06-06 12:37:51.246 29642 29674 W PackageManager:        at android.content.res.MiuiResourcesImpl.getThemeString(MiuiResourcesImpl.java:407)
06-06 12:37:51.246 29642 29674 W PackageManager:        at android.content.res.MiuiResourcesImpl.getText(MiuiResourcesImpl.java:74)
06-06 12:37:51.246 29642 29674 W PackageManager:        at android.content.res.MiuiResources.getText(MiuiResources.java:92)
06-06 12:37:51.246 29642 29674 W PackageManager:        at android.app.ApplicationPackageManager.getText(ApplicationPackageManager.java:1650)
06-06 12:37:51.246 29642 29674 W PackageManager:        at android.content.pm.PackageItemInfo.loadLabel(PackageItemInfo.java:139)
06-06 12:37:51.246 29642 29674 W PackageManager:        at android.app.ApplicationPackageManager.getApplicationLabel(ApplicationPackageManager.java:1694)
06-06 12:37:51.246 29642 29674 W PackageManager:        at org.chromium.base.BuildInfo.<init>(SourceFile:27)
06-06 12:37:51.246 29642 29674 W PackageManager:        at aoU.<clinit>(SourceFile:2)
06-06 12:37:51.246 29642 29674 W PackageManager:        at org.chromium.base.BuildInfo.getAll(SourceFile:1)
06-06 12:37:51.246 29642 29674 W PackageManager:        at org.chromium.content.app.ContentMain.nativeStart(Native Method)
06-06 12:37:51.246 29642 29674 W PackageManager:        at org.chromium.content.app.ContentMain.a(SourceFile:2)
06-06 12:37:51.246 29642 29674 W PackageManager:        at org.chromium.content.app.ContentChildProcessServiceDelegate.e(SourceFile:65)
06-06 12:37:51.246 29642 29674 W PackageManager:        at aqN.run(SourceFile:94)
06-06 12:37:51.246 29642 29674 W PackageManager:        at java.lang.Thread.run(Thread.java:764)
06-06 12:37:51.249 29585 29585 W ContentCatcher: Failed to notify a WebView
06-06 12:37:51.279 29585 29676 D OpenGLRenderer: [init] completed
06-06 12:37:51.279 29585 29676 D HWUIExtension: MTKProgramCache.init: enable enhancement 1
06-06 12:37:51.279 29585 29676 I HWUIExtension: Get disable program binary service property (0)
06-06 12:37:51.279 29585 29676 I HWUIExtension: Initializing program atlas...
06-06 12:37:51.280 29585 29676 I ProgramBinary/Service: ProgramBinaryService client side disable debugging.
06-06 12:37:51.280 29585 29676 I ProgramBinary/Service: ProgramBinaryService client side disable binary content debugging.
06-06 12:37:51.280 29585 29676 D ProgramBinary/Service: BpProgramBinaryService.getReady
06-06 12:37:51.280 29585 29676 D ProgramBinary/Service: zhiyin- 1 BpProgramBinaryService::getReady()
06-06 12:37:51.280   542   615 D ProgramBinary/Service: zhiyin- ontransact 1 code 1
06-06 12:37:51.280   542   615 D ProgramBinary/Service: zhiyin- ontransact 2 code 1
06-06 12:37:51.280   542   615 D ProgramBinary/Service: zhiyin- ontransact 3 code 1
06-06 12:37:51.281 29585 29676 D ProgramBinary/Service: zhiyin- 2 BpProgramBinaryService::getReady()
06-06 12:37:51.281 29585 29676 D ProgramBinary/Service: BpProgramBinaryService.getProgramBinaryData
06-06 12:37:51.281   542   615 D ProgramBinary/Service: zhiyin- ontransact 1 code 3
06-06 12:37:51.281 29585 29676 I HWUIExtension: Program binary detail: Binary length is 314156, program map length is 104.
06-06 12:37:51.281 29585 29676 I HWUIExtension: Succeeded to mmap program binaries. File descriptor is 106, and path is /dev/ashmem.
06-06 12:37:51.281 29585 29676 I HWUIExtension: No need to use file discriptor anymore, close fd(106).
06-06 12:37:51.281 29585 29676 D HWUIExtension: Dumper init 2 threads <0x7e52a280>
06-06 12:37:51.281 29585 29676 D HWUIExtension: <com.rex.product> is running.
06-06 12:37:51.282 29585 29676 D HWUIExtension: Initializing program cache from 0x0, size = -1
06-06 12:37:51.282 29585 29676 D Surface : Surface::connect(this=0x86369000,api=1)
06-06 12:37:51.283   395  1420 I BufferQueueProducer: [com.rex.product/com.rex.product.MainActivity#0](this:0xa9735000,id:1084,api:1,p:29585,c:395) connect(P): api=1 producer=(29585:com.rex.product) producerControlledByApp=true
06-06 12:37:51.319   395   395 D SurfaceFlinger: duplicate layer name: changing com.rex.product/com.rex.product.MainActivity to com.rex.product/com.rex.product.MainActivity#1
06-06 12:37:51.320   395   395 W GuiExt  : Cannot find GuiExtService
06-06 12:37:51.320   395   395 I BufferQueueConsumer: [unnamed-395-1085](this:0xabb5b000,id:1085,api:0,p:-1,c:395) connect(C): consumer=(395:/system/bin/surfaceflinger) controlledByApp=false
06-06 12:37:51.320   395   395 I BufferQueueConsumer: [unnamed-395-1085](this:0xabb5b000,id:1085,api:0,p:-1,c:395) setConsumerName: unnamed-395-1085
06-06 12:37:51.320   395   395 I BufferQueueConsumer: [com.rex.product/com.rex.product.MainActivity#1](this:0xabb5b000,id:1085,api:0,p:-1,c:395) setConsumerName: com.rex.product/com.rex.product.MainActivity#1
06-06 12:37:51.320   395   395 I BufferQueueConsumer: [com.rex.product/com.rex.product.MainActivity#1](this:0xabb5b000,id:1085,api:0,p:-1,c:395) setDefaultBufferSize: width=720 height=1344
06-06 12:37:51.333   395   395 I BufferQueueConsumer: [com.rex.product/com.rex.product.MainActivity#1](this:0xabb5b000,id:1085,api:0,p:-1,c:395) setDefaultBufferSize: width=720 height=1440
06-06 12:37:51.343 29585 29585 D Surface : Surface::allocateBuffers(this=0x96048000)
06-06 12:37:51.343 29585 29676 D Surface : Surface::connect(this=0x96048000,api=1)
06-06 12:37:51.344   395   648 I BufferQueueProducer: [com.rex.product/com.rex.product.MainActivity#1](this:0xabb5b000,id:1085,api:1,p:29585,c:395) connect(P): api=1 producer=(29585:com.rex.product) producerControlledByApp=true
06-06 12:37:51.359  2386  2386 W oji.lite.xiaomi: type=1400 audit(0.0:2839): avc: denied { read } for name="u:object_r:graphics_config_prop:s0" dev="tmpfs" ino=595 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:graphics_config_prop:s0 tclass=file permissive=0
06-06 12:37:51.377  2386  2386 E libc    : Access denied finding property "ro.sf.lcd_density"
06-06 12:37:51.377  2386  2386 E InputTransport: ro.sf.lcd_density must be defined as a build property
06-06 12:37:51.378 29585 29585 D CordovaWebViewImpl: onPageDidNavigate(file:///android_asset/www/index.html)
06-06 12:37:51.410 29585 29676 D GraphicBuffer: register, handle(0x850ce200) (w:720 h:1344 s:736 f:0x1 u:b00)
06-06 12:37:51.424 29585 29676 D HWUIExtension: MTKProgramCache.generateProgram: 0
06-06 12:37:51.430 29585 29676 D HWUIExtension: createProgram 0x0000000000000000, binary 0x95917000, length 10736, format 37168 within 5386ns
06-06 12:37:51.432 29585 29676 D HWUIExtension: MTKProgramCache.generateProgram: 1055531162664961
06-06 12:37:51.455 29585 29676 D GraphicBuffer: register, handle(0x850ce740) (w:720 h:1440 s:736 f:0x1 u:b00)
06-06 12:37:51.474   972   993 I ActivityManager: Displayed com.rex.product/.MainActivity: +2s793ms
06-06 12:37:51.459   972   972 W android.display: type=1400 audit(0.0:2840): avc: denied { write } for name="logd" dev="tmpfs" ino=10451 scontext=u:r:system_server:s0 tcontext=u:object_r:logd_socket:s0 tclass=sock_file permissive=0
06-06 12:37:51.477  1934  2209 D PowerKeeper.Event: notifyActivityLaunchTime: com.rex.product/.MainActivity totalTime: 2793
06-06 12:37:51.479  1132  1132 D StatusBar: disable<e i a s b h r c s > disable2<q i n g r >
06-06 12:37:51.480   395   395 W Layer   : [com.rex.product/com.rex.product.MainActivity#1] opaque layer with plane alpha:0.64 cannot be handled by hwcomposer
06-06 12:37:51.485 28938 28938 D Surface : Surface::disconnect(this=0x8745c000,api=-1)
06-06 12:37:51.485   395  1306 I BufferQueueProducer: [SurfaceView - com.android.camera/com.android.camera.Camera#0](this:0xac3fe000,id:1082,api:1,p:-1,c:395) disconnect(P): api -1
06-06 12:37:51.487   395   395 I BufferQueueProducer: [FrameBufferSurface_0](this:0xac38e000,id:0,api:1,p:395,c:395) queueBuffer: fps=0.60 dur=13268.97 max=13042.20 min=6.63
06-06 12:37:51.494  1132  1132 D PhoneStatusBar/NavigationBarView: setDisabledFlags back:false home:false recent:false
06-06 12:37:51.496  1132  1132 D PhoneStatusBar/NavigationBarView: setDisabledFlags back:false home:false recent:false
06-06 12:37:51.497   395   395 W Layer   : [com.rex.product/com.rex.product.MainActivity#1] opaque layer with plane alpha:0.68 cannot be handled by hwcomposer
06-06 12:37:51.505 29585 29641 W cr_CrashFileManager: /data/user/0/com.rex.product/cache/WebView/Crash Reports does not exist or is not a directory
06-06 12:37:51.506 28938 29027 D Surface : Surface::disconnect(this=0x9627f000,api=1)
06-06 12:37:51.507 28938 29027 D GraphicBuffer: unregister, handle(0x87441b40) (w:720 h:1440 s:736 f:0x1 u:b00)
06-06 12:37:51.508 28938 29027 D GraphicBuffer: unregister, handle(0x87442740) (w:720 h:1440 s:736 f:0x1 u:b00)
06-06 12:37:51.508 28938 29027 D GraphicBuffer: unregister, handle(0x87442800) (w:720 h:1440 s:736 f:0x1 u:b00)
06-06 12:37:51.511   395  1306 I BufferQueueProducer: [com.android.camera/com.android.camera.Camera#0](this:0xaa37c000,id:1081,api:1,p:28938,c:395) disconnect(P): api 1
06-06 12:37:51.513   395   395 W Layer   : [com.rex.product/com.rex.product.MainActivity#1] opaque layer with plane alpha:0.72 cannot be handled by hwcomposer
06-06 12:37:51.529   395   395 W Layer   : [com.rex.product/com.rex.product.MainActivity#1] opaque layer with plane alpha:0.76 cannot be handled by hwcomposer
06-06 12:37:51.546   395   395 W Layer   : [com.rex.product/com.rex.product.MainActivity#1] opaque layer with plane alpha:0.79 cannot be handled by hwcomposer
06-06 12:37:51.550   395  1420 I BufferQueueProducer: [NavigationBar#0](this:0xabed9000,id:7,api:1,p:1132,c:395) queueBuffer: fps=0.07 dur=15101.76 max=15101.76 min=15101.76
06-06 12:37:51.559 29585 29676 D GraphicBuffer: register, handle(0x850ce740) (w:720 h:1344 s:736 f:0x1 u:b00)
06-06 12:37:51.562   395   395 W Layer   : [com.rex.product/com.rex.product.MainActivity#1] opaque layer with plane alpha:0.82 cannot be handled by hwcomposer
06-06 12:37:51.579   395   395 W Layer   : [com.rex.product/com.rex.product.MainActivity#1] opaque layer with plane alpha:0.85 cannot be handled by hwcomposer
06-06 12:37:51.579 29585 29676 D GraphicBuffer: register, handle(0x850ce740) (w:720 h:1344 s:736 f:0x1 u:b00)
06-06 12:37:51.595   395   395 W Layer   : [com.rex.product/com.rex.product.MainActivity#1] opaque layer with plane alpha:0.87 cannot be handled by hwcomposer
06-06 12:37:51.611   395   395 W Layer   : [com.rex.product/com.rex.product.MainActivity#1] opaque layer with plane alpha:0.90 cannot be handled by hwcomposer
06-06 12:37:51.616 29585 29676 D GraphicBuffer: register, handle(0x850ce740) (w:720 h:1440 s:736 f:0x1 u:b00)
06-06 12:37:51.628   395   395 W Layer   : [com.rex.product/com.rex.product.MainActivity#1] opaque layer with plane alpha:0.92 cannot be handled by hwcomposer
06-06 12:37:51.638 29585 29676 D GraphicBuffer: register, handle(0x850ce740) (w:720 h:1440 s:736 f:0x1 u:b00)
06-06 12:37:51.644   395   395 W Layer   : [com.rex.product/com.rex.product.MainActivity#1] opaque layer with plane alpha:0.94 cannot be handled by hwcomposer
06-06 12:37:51.660   395   395 W Layer   : [com.rex.product/com.rex.product.MainActivity#1] opaque layer with plane alpha:0.95 cannot be handled by hwcomposer
06-06 12:37:51.672 29585 29676 D HWUIExtension: MTKProgramCache.generateProgram: 562984313159681
06-06 12:37:51.673 29585 29676 D HWUIExtension: createProgram 0x0002000800000001, binary 0x95930600, length 11727, format 37168 within 468ns
06-06 12:37:51.676   395   395 W Layer   : [com.rex.product/com.rex.product.MainActivity#1] opaque layer with plane alpha:0.97 cannot be handled by hwcomposer
06-06 12:37:51.692   395   395 W Layer   : [com.rex.product/com.rex.product.MainActivity#1] opaque layer with plane alpha:0.98 cannot be handled by hwcomposer
06-06 12:37:51.709   395   395 W Layer   : [com.rex.product/com.rex.product.MainActivity#1] opaque layer with plane alpha:0.99 cannot be handled by hwcomposer
06-06 12:37:51.729   395   395 W Layer   : [com.rex.product/com.rex.product.MainActivity#1] opaque layer with plane alpha:0.99 cannot be handled by hwcomposer
06-06 12:37:51.741   395   395 W Layer   : [com.rex.product/com.rex.product.MainActivity#1] opaque layer with plane alpha:1.00 cannot be handled by hwcomposer
06-06 12:37:51.750  1132  1132 D EventBus: [1132, u0] send(AppTransitionFinishedEvent)
06-06 12:37:51.758   395   395 W Layer   : [com.rex.product/com.rex.product.MainActivity#1] opaque layer with plane alpha:1.00 cannot be handled by hwcomposer
06-06 12:37:51.839   523  1035 I Proximity: batch: handle:7, flag:0,samplingPeriodNs:200000000 maxBatchReportLatencyNs:0
06-06 12:37:51.849   523  1035 I Proximity: enable: handle:7, en:1
06-06 12:37:51.850  1132  1132 D EventBus: [1132, u0]  -> ForcedResizableInfoActivityController [0x8a15779, P1] onBusEvent(AppTransitionFinishedEvent)
06-06 12:37:51.850  1132  1132 D EventBus: [1132, u0] onBusEvent(AppTransitionFinishedEvent) duration: 81 microseconds, avg: 639
06-06 12:37:51.850  1132  1132 D EventBus: [1132, u0] send(AppTransitionFinishedEvent)
06-06 12:37:51.851  1132  1132 D EventBus: [1132, u0]  -> ForcedResizableInfoActivityController [0x8a15779, P1] onBusEvent(AppTransitionFinishedEvent)
06-06 12:37:51.851  1132  1132 D EventBus: [1132, u0] onBusEvent(AppTransitionFinishedEvent) duration: 31 microseconds, avg: 639
06-06 12:37:51.852   523   523 I Proximity: distance = 2
06-06 12:37:51.852   523   523 I Proximity: distance = 2
06-06 12:37:51.859 29585 29598 I zygote  : Do partial code cache collection, code=59KB, data=61KB
06-06 12:37:51.861 29585 29598 I zygote  : After code cache collection, code=59KB, data=61KB
06-06 12:37:51.861 29585 29598 I zygote  : Increasing code cache capacity to 256KB
06-06 12:37:51.877   390   413 I libPerfService: 11: cpu_ctrl set freq: 2001000 -1
06-06 12:37:51.881   383   383 D lights  : write_int open fd=7
06-06 12:37:51.889   383   383 D lights  : write_int open fd=7
06-06 12:37:51.897   498   530 D AAL     : onBacklightChanged: 706/1023 -> 682/1023(phy:1317/4095)
06-06 12:37:51.908   383   383 D lights  : write_int open fd=7
06-06 12:37:51.911   498   530 D AAL     : onBacklightChanged: 682/1023 -> 670/1023(phy:1253/4095)
06-06 12:37:51.915 28938 28938 D CAM_Camera: onStop start
06-06 12:37:51.916 28938 28938 D CAM_Camera: onLifeStop 4081
06-06 12:37:51.916 28938 28938 D CAM_Camera: onLifeStop 241
06-06 12:37:51.920   383   383 D lights  : write_int open fd=7
06-06 12:37:51.923 28938 28938 D CAM_Camera: onLifeStop 244
06-06 12:37:51.923   371   371 W /vendor/bin/mtd: Waited one second for vendor.xiaomi.hardware.mlipay@1.0::IMlipayService/default. Waiting another...
06-06 12:37:51.924 28938 28938 D CAM_Camera: onLifeStop 247
06-06 12:37:51.925 28938 28938 D CAM_Camera: onLifeStop 243
06-06 12:37:51.925 28938 28938 D CAM_Camera: onLifeStop 4080
06-06 12:37:51.925 28938 28938 D CAM_Camera: onLifeStop 4087
06-06 12:37:51.926 28938 28938 D EffectRenderGroup: mIsStickerEnabled=false
06-06 12:37:51.926 28938 28938 D EffectRenderGroup: mIsMakeupEnabled=false
06-06 12:37:51.926 28938 28938 D EffectRenderGroup: mIsMakeupEnabled=false
06-06 12:37:51.927 28938 28938 D CAM_Camera: onStop end
06-06 12:37:51.927   498   530 D AAL     : onBacklightChanged: 670/1023 -> 658/1023(phy:1191/4095)
06-06 12:37:51.928 28938 28938 D CAM_Camera: onDestroy start
06-06 12:37:51.936   383   383 D lights  : write_int open fd=7
06-06 12:37:51.941 28938 28938 D AudioTrack: ~AudioTrack(): 0x849df000
06-06 12:37:51.941 28938 28938 D AudioTrack: stop(): 0x849df000, mState = 1
06-06 12:37:51.941   510   510 W MediaAnalyticsItem: Unable to record: (extractor:0:-1:-11:0:3:android.media.mediaextractor.fmt=OggExtractor:android.media.mediaextractor.ntrk=1:android.media.mediaextractor.mime=application/ogg:) [forcenew=0]
06-06 12:37:51.942   499   687 V AudioPolicyIntefaceImpl: releaseOutput()
06-06 12:37:51.942   499   687 V AudioPolicyService: AudioCommandThread() adding release output 13
06-06 12:37:51.942   499   665 V AudioPolicyService: AudioCommandThread() processing release output 13
06-06 12:37:51.943   499   665 V AudioPolicyIntefaceImpl: doReleaseOutput from tid 665
06-06 12:37:51.943   498   530 D AAL     : onBacklightChanged: 658/1023 -> 646/1023(phy:1132/4095)
06-06 12:37:51.944 28938 28938 D CAM_Camera: onLifeDestroy 4081
06-06 12:37:51.953   383   383 D lights  : write_int open fd=7
06-06 12:37:51.954 28938 28938 D CAM_Camera: onLifeDestroy 241
06-06 12:37:51.955 28938 28938 D CAM_Camera: onLifeDestroy 244
06-06 12:37:51.955 28938 28938 D CAM_Camera: onLifeDestroy 247
06-06 12:37:51.956 28938 28938 D CAM_Camera: onLifeDestroy 243
06-06 12:37:51.957 28938 28938 D CAM_Camera: onLifeDestroy 4080
06-06 12:37:51.958 28938 28938 D CAM_Camera: onLifeDestroy 4087
06-06 12:37:51.959 28938 28938 D CAM_BaseModule: onDestroy
06-06 12:37:51.959 28938 28938 D CAM_BaseModule: unRegisterProtocol
06-06 12:37:51.960   498   530 D AAL     : onBacklightChanged: 646/1023 -> 634/1023(phy:1074/4095)
06-06 12:37:51.960   498   530 D AAL     : 06-06 12:37:51.900 BL= 361,ESS= 256, 06-06 12:37:51.911 BL= 342,ESS= 256, 06-06 12:37:51.928 BL= 323,ESS= 256, 06-06 12:37:51.944 BL= 304,ESS= 256, 06-06 12:37:51.960 BL= 285,ESS= 256,
06-06 12:37:51.963 28938 29022 D CAM_ImageSaver: run: exiting
06-06 12:37:51.965 28938 28938 D CAM_Camera: onDestroy end
06-06 12:37:51.970   383   383 D lights  : write_int open fd=7
06-06 12:37:51.976   498   530 D AAL     : onBacklightChanged: 634/1023 -> 622/1023(phy:1017/4095)
06-06 12:37:51.987 28938 28938 D CAM_SurfaceTextureRende: delete program 3
06-06 12:37:51.987   383   383 D lights  : write_int open fd=7
06-06 12:37:51.988 28938 28938 D CAM_BasicRender: delete program 6
06-06 12:37:51.988 28938 28938 E libEGL  : call to OpenGL ES API with no current context (logged once per thread)
06-06 12:37:51.990 28938 28938 D View    : [Warning] assignParent to null: this = DecorView@40f6123[Camera]
06-06 12:37:51.992   498   530 D AAL     : onBacklightChanged: 622/1023 -> 610/1023(phy:963/4095)
06-06 12:37:52.001   395   395 I BufferQueueConsumer: [Background for - SurfaceView - com.android.camera/com.android.camera.Camera#0](this:0xa94c7000,id:1083,api:0,p:-1,c:-1) disconnect(C)
06-06 12:37:52.001   395   395 I BufferQueueConsumer: [SurfaceView - com.android.camera/com.android.camera.Camera#0](this:0xac3fe000,id:1082,api:1,p:-1,c:-1) disconnect(C)
06-06 12:37:52.001   395   395 I BufferQueueConsumer: [com.android.camera/com.android.camera.Camera#0](this:0xaa37c000,id:1081,api:1,p:-1,c:-1) disconnect(C)
06-06 12:37:52.001   395   395 I BufferQueue: [Background for - SurfaceView - com.android.camera/com.android.camera.Camera#0](this:0xa94c7000,id:1083,api:0,p:-1,c:-1) ~BufferQueueCore
06-06 12:37:52.002   395   395 I BufferQueue: [SurfaceView - com.android.camera/com.android.camera.Camera#0](this:0xac3fe000,id:1082,api:1,p:-1,c:-1) ~BufferQueueCore
06-06 12:37:52.002   395   395 I BufferQueue: [com.android.camera/com.android.camera.Camera#0](this:0xaa37c000,id:1081,api:1,p:-1,c:-1) ~BufferQueueCore
06-06 12:37:52.005   383   383 D lights  : write_int open fd=7
06-06 12:37:52.009   498   530 D AAL     : onBacklightChanged: 610/1023 -> 598/1023(phy:911/4095)
06-06 12:37:52.020   383   383 D lights  : write_int open fd=7
06-06 12:37:52.025   498   530 D AAL     : onBacklightChanged: 598/1023 -> 586/1023(phy:861/4095)
06-06 12:37:52.035   383   383 D lights  : write_int open fd=7
06-06 12:37:52.041   498   530 D AAL     : onBacklightChanged: 586/1023 -> 574/1023(phy:812/4095)
06-06 12:37:52.051   383   383 D lights  : write_int open fd=7
06-06 12:37:52.058   498   530 D AAL     : onBacklightChanged: 574/1023 -> 566/1023(phy:781/4095)
06-06 12:37:52.067   383   383 D lights  : write_int open fd=7
06-06 12:37:52.074   498   530 D AAL     : onBacklightChanged: 566/1023 -> 554/1023(phy:735/4095)
06-06 12:37:52.084   383   383 D lights  : write_int open fd=7
06-06 12:37:52.090   498   530 D AAL     : onBacklightChanged: 554/1023 -> 542/1023(phy:691/4095)
06-06 12:37:52.100   383   383 D lights  : write_int open fd=7
06-06 12:37:52.107   498   530 D AAL     : onBacklightChanged: 542/1023 -> 530/1023(phy:649/4095)
06-06 12:37:52.116   383   383 D lights  : write_int open fd=7
06-06 12:37:52.123   498   530 D AAL     : onBacklightChanged: 530/1023 -> 518/1023(phy:609/4095)
06-06 12:37:52.133   383   383 D lights  : write_int open fd=7
06-06 12:37:52.139   498   530 D AAL     : onBacklightChanged: 518/1023 -> 514/1023(phy:596/4095)
06-06 12:37:52.155   498   530 D AAL     : 06-06 12:37:51.976 BL= 266,ESS= 256, 06-06 12:37:51.993 BL= 247,ESS= 256, 06-06 12:37:52.009 BL= 240,ESS= 256,
06-06 12:37:52.278   390   413 I libPerfService: 11: cpu_ctrl set freq: -1 -1
06-06 12:37:52.677   525   558 D connsyslogger: SD_LOG_ROOT is /mnt/sdcard/mtklog/connsyslog/fw.
06-06 12:37:52.721 29585 29585 D JsMessageQueue: Set native->JS mode to EvalBridgeMode
06-06 12:37:52.724   972  1058 D WifiStateMachine:  MtkL2ConnectedState 131155 34 0, mShouldDeferDisableWifi = false, mState = MONITORING
06-06 12:37:52.923   371   371 W /vendor/bin/mtd: Waited one second for vendor.xiaomi.hardware.mlipay@1.0::IMlipayService/default. Waiting another...
06-06 12:37:53.063   527   527 I thermal_repeater: [recvMdThermalInfo] ret=33, strLen=127,  2, 32767, -127, 101, 32767, 3745
06-06 12:37:53.861   383   383 D lights  : write_int open fd=7
06-06 12:37:53.861   498   530 D AAL     : onBacklightChanged: 514/1023 -> 518/1023(phy:609/4095)
06-06 12:37:53.876   383   383 D lights  : write_int open fd=7
06-06 12:37:53.883   498   530 D AAL     : onBacklightChanged: 518/1023 -> 522/1023(phy:622/4095)
06-06 12:37:53.891 29585 29706 D NetworkManager: toLower : wifi
06-06 12:37:53.891 29585 29706 D NetworkManager: wifi : wifi
06-06 12:37:53.891 29585 29706 D NetworkManager: Connection Type: wifi
06-06 12:37:53.891 29585 29706 D NetworkManager: Connection Extra Info: "Netgear"
06-06 12:37:53.894   383   383 D lights  : write_int open fd=7
06-06 12:37:53.899   498   530 D AAL     : onBacklightChanged: 522/1023 -> 526/1023(phy:636/4095)
06-06 12:37:53.910 29585 29585 D NetworkManager: toLower : wifi
06-06 12:37:53.910 29585 29585 D NetworkManager: wifi : wifi
06-06 12:37:53.910 29585 29585 D NetworkManager: Connection Type: wifi
06-06 12:37:53.910 29585 29585 D NetworkManager: Connection Extra Info: "Netgear"
06-06 12:37:53.910   383   383 D lights  : write_int open fd=7
06-06 12:37:53.916   498   530 D AAL     : onBacklightChanged: 526/1023 -> 530/1023(phy:649/4095)
06-06 12:37:53.924   371   371 W /vendor/bin/mtd: Waited one second for vendor.xiaomi.hardware.mlipay@1.0::IMlipayService/default. Waiting another...
06-06 12:37:53.927   383   383 D lights  : write_int open fd=7
06-06 12:37:53.932   498   530 D AAL     : onBacklightChanged: 530/1023 -> 534/1023(phy:663/4095)
06-06 12:37:53.941   383   383 D lights  : write_int open fd=7
06-06 12:37:53.948   498   530 D AAL     : onBacklightChanged: 534/1023 -> 538/1023(phy:677/4095)
06-06 12:37:53.959   383   383 D lights  : write_int open fd=7
06-06 12:37:53.964   498   530 D AAL     : onBacklightChanged: 538/1023 -> 542/1023(phy:691/4095)
06-06 12:37:53.974   383   383 D lights  : write_int open fd=7
06-06 12:37:53.980   395   433 I BufferQueueProducer: [com.rex.product/com.rex.product.MainActivity#1](this:0xabb5b000,id:1085,api:1,p:29585,c:395) queueBuffer: fps=6.35 dur=2521.37 max=2067.95 min=11.28
06-06 12:37:53.982   498   530 D AAL     : onBacklightChanged: 542/1023 -> 546/1023(phy:706/4095)
06-06 12:37:53.991   383   383 D lights  : write_int open fd=7
06-06 12:37:53.993   395   395 I DisplayDevice: [Built-in Screen (type:0)] fps:16.685709,dur:2756.85,max:1974.58,min:11.46
06-06 12:37:53.997   498   530 D AAL     : onBacklightChanged: 546/1023 -> 550/1023(phy:720/4095)
06-06 12:37:54.007   383   383 D lights  : write_int open fd=7
indraraj26 commented 5 years ago

one more person facing the same issue : https://forum.ionicframework.com/t/native-camera-crash-on-android/164874

okanne commented 5 years ago

hi, i meet this problem too,how can i fix it??

brianmarting commented 5 years ago

Also having this issue

CristinaWetech commented 5 years ago

Same here!

Legonzaga commented 4 years ago

Same here!

adolfoo2 commented 4 years ago

did anyone got a fix!? D:

Douglasacost commented 4 years ago

Same here, any possible solution? :cry: