ionic-team / capacitor

Build cross-platform Native Progressive Web Apps for iOS, Android, and the Web ⚡️
https://capacitorjs.com
MIT License
12k stars 998 forks source link

bug(high): Camera restarting app even system app gets refreshed/crashed #2133

Closed indraraj26 closed 4 years ago

indraraj26 commented 4 years ago

Bug Report

Capacitor Version

npx cap doctor output:

npx cap doctor
   Capacitor Doctor
Latest Dependencies:
  @capacitor/cli: 1.3.0
  @capacitor/core: 1.3.0
  @capacitor/android: 1.3.0
  @capacitor/ios: 1.3.0

Installed Dependencies:
  @capacitor/ios not installed
  @capacitor/cli 1.3.0
  @capacitor/core 1.3.0
  @capacitor/android 1.3.0

Affected Platform(s)

Current Behavior

Steps:

  1. Open camera take picture then hold there for 10-20 sec then press okay
  2. Again Open camera take picture then hold there for 10-20 sec then press okay it will crash application even system application will get crashed because of that i am not able record it thats why i had to do it with another mobile. Device: Redmi 4a version: 7.1.2

Youtube Video : https://www.youtube.com/watch?v=7N_DgvDtlYY&feature=youtu.be

Expected Behavior

It should not crash.

Sample Code or Sample Application Repo

Code that i am using for camera.

  async onCamera() {
    if (!Capacitor.isPluginAvailable('Camera')) {
      return;
    }

    try {
      const camera = await Plugins.Camera.getPhoto({
        quality: 50,
        source: CameraSource.Prompt,
        correctOrientation: true,
        resultType: CameraResultType.Base64,
      });
      if (camera) {
        console.log(camera.base64String, 'base 64');
        this.customerForm.get('profile_pic').patchValue(camera.base64String);
      }
    } catch (e) {
      console.log(e, 'error in opening camera');
    }
  }

Reproduction Steps

Other Technical Details

npm --version output: 6.9.0

node --version output: v10.16.3

pod --version output (iOS issues only):

Other Information

ionic info

Ionic:

   Ionic CLI                     : 5.4.4 (C:\Users\indra26\AppData\Roaming\npm\node_modules\ionic)
   Ionic Framework               : @ionic/angular 4.11.2
   @angular-devkit/build-angular : 0.801.3
   @angular-devkit/schematics    : 8.1.3
   @angular/cli                  : 8.1.3
   @ionic/angular-toolkit        : 2.0.0

Capacitor:

   Capacitor CLI   : 1.3.0
   @capacitor/core : 1.3.0

Utility:

   cordova-res : 0.8.0
   native-run  : 0.2.9

System:

   NodeJS : v10.16.3 (C:\Program Files\nodejs\node.exe)
   npm    : 6.9.0
   OS     : Windows 10

Crash Log:

03 16:14:46.625   606   698 I ThermalEngine: increase_mitigation_lvl: SS Id SS-POPMEM, Device cluster1, Req. 1248000kHz, Applied  1248000kHz, TC delay 2
11-03 16:14:46.625   606   698 I ThermalEngine: settimer: Start timer 0.250(sec)
11-03 16:14:46.625   606   698 D ThermalEngine: algo_monitor: Wait for EV
11-03 16:14:46.666  7793  7952 I Finsky  : [3151] hcn.a(25): No selector loaded
11-03 16:14:46.671  7793  8143 I Finsky  : [3182] qtw.b(1): Triggered update for experiment package com.google.android.finsky.stable.
11-03 16:14:46.715  7793  7952 I ShortcutBadger: Checking if platform supports badge counters, attempt 1/3.
11-03 16:14:46.721  7793  7937 I Finsky  : [3145] ece.run(3): Initializing the instant apps module.
11-03 16:14:46.723  7793  7952 I ShortcutBadger: Badge counter is supported in this platform.
11-03 16:14:46.740  1412  1818 D Boost   : hostingType=content provider, hostingName=com.google.android.gsf/.gservices.GservicesProvider, callerPackage=com.android.vending, isSystem=true, isBoostNeeded=false.
11-03 16:14:46.740  1412  1818 I ActivityManager: Start proc 8186:com.google.process.gapps/u0a12 for content provider com.google.android.gsf/.gservices.GservicesProvider caller=com.android.vending
11-03 16:14:46.743  3829  3871 D PowerKeeper.Event: notifyAMProcStart processName: 10012 reason: com.google.process.gapps, pid:0
11-03 16:14:46.766  8186  8186 D TidaProvider: TidaProvider()
11-03 16:14:46.778  8186  8186 W ReflectionUtils:
11-03 16:14:46.778  8186  8186 W ReflectionUtils: java.lang.NoSuchMethodException: android.os.MessageQueue#enableMonitor()#bestmatch
11-03 16:14:46.778  8186  8186 W ReflectionUtils:       at miui.util.ReflectionUtils.findMethodBestMatch(ReflectionUtils.java:338)
11-03 16:14:46.778  8186  8186 W ReflectionUtils:       at miui.util.ReflectionUtils.findMethodBestMatch(ReflectionUtils.java:375)
11-03 16:14:46.778  8186  8186 W ReflectionUtils:       at miui.util.ReflectionUtils.callMethod(ReflectionUtils.java:800)
11-03 16:14:46.778  8186  8186 W ReflectionUtils:       at miui.util.ReflectionUtils.tryCallMethod(ReflectionUtils.java:818)
11-03 16:14:46.778  8186  8186 W ReflectionUtils:       at android.os.BaseLooper.enableMonitor(BaseLooper.java:47)
11-03 16:14:46.778  8186  8186 W ReflectionUtils:       at android.os.Looper.prepareMainLooper(Looper.java:112)
11-03 16:14:46.778  8186  8186 W ReflectionUtils:       at android.app.ActivityThread.main(ActivityThread.java:6221)
11-03 16:14:46.778  8186  8186 W ReflectionUtils:       at java.lang.reflect.Method.invoke(Native Method)
11-03 16:14:46.778  8186  8186 W ReflectionUtils:       at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:933)
11-03 16:14:46.778  8186  8186 W ReflectionUtils:       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:823)
11-03 16:14:46.779  8186  8186 V BoostFramework: BoostFramework() : mPerf = com.qualcomm.qti.Performance@e33db63
11-03 16:14:46.830  8186  8186 I art     : Starting a blocking GC AddRemoveAppImageSpace
11-03 16:14:46.832  8186  8186 W System  : ClassLoader referenced unknown path: /system/priv-app/GoogleServicesFramework/lib/arm64
11-03 16:14:46.835  8186  8186 W ResourceType: No package identifier when getting name for resource number 0x00000000
11-03 16:14:46.854  7793  7964 I Finsky  : [3158] ywu.f(2): Restoring notifications
11-03 16:14:46.858  7793  7952 I Finsky  : [3151] ecb.run(8): Component class com.google.android.finsky.wear.WearSupportService disabled via PackageManager.
11-03 16:14:46.858  7793  7962 I Finsky  : [3156] aabg.a(10): Do not start WearSupportService due to Wear service optimization
11-03 16:14:46.859  7793  7952 I Finsky  : [3151] ecb.run(8): Component class com.google.android.finsky.wear.WearChangeListenerService disabled via PackageManager.
11-03 16:14:46.875   606   698 D ThermalEngine: algo_monitor: Timer EVT
11-03 16:14:46.875   606   698 I ThermalEngine: Sensor:tsens_tz_sensor2:47000 mC
11-03 16:14:46.875   606   698 D ThermalEngine: handle_timer_sig: SS Id SS-POPMEM Read pop_mem 47000mC, Err 0mC, SampleCnt 1
11-03 16:14:46.875   606   698 D ThermalEngine: handle_timer_sig: SS Id SS-POPMEM, E0 0mC, E1 0mC
11-03 16:14:46.875   606   698 I ThermalEngine: settimer: Start timer 0.250(sec)
11-03 16:14:46.875   606   698 D ThermalEngine: algo_monitor: Wait for EV
11-03 16:14:46.912  7793  7964 I Finsky  : [3158] ywu.f(5): Done restoring notifications
11-03 16:14:46.918  8186  8186 I GservicesProvider: Gservices pushing to system: true; secure/global: true
11-03 16:14:46.998  8186  8186 I GoogleHttpClient: GMS http client unavailable, use old client
11-03 16:14:47.125   606   698 D ThermalEngine: algo_monitor: Timer EVT
11-03 16:14:47.125   606   698 I ThermalEngine: Sensor:tsens_tz_sensor2:47000 mC
11-03 16:14:47.125   606   698 D ThermalEngine: handle_timer_sig: SS Id SS-POPMEM Read pop_mem 47000mC, Err 0mC, SampleCnt 1
11-03 16:14:47.125   606   698 D ThermalEngine: handle_timer_sig: SS Id SS-POPMEM, E0 0mC, E1 0mC
11-03 16:14:47.125   606   698 D ThermalEngine: devices_manager_set_op_value: DEV cluster1, op_value 1401000
11-03 16:14:47.125   606   698 D ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1401000
11-03 16:14:47.125   606   698 I ThermalEngine: Mitigation:CLUSTER[1]:1401000 Khz
11-03 16:14:47.126   606   698 I ThermalEngine: decrease_mitigation_lvl: SS Id SS-POPMEM, Device cluster1, Req. 1401000kHz, Applied  1401000kHz, TC delay 2
11-03 16:14:47.126   606   698 I ThermalEngine: Sensor:tsens_tz_sensor2:47000 mC
11-03 16:14:47.126   606   698 D ThermalEngine: handle_thresh_sig: SS Id SS-POPMEM, Read pop_mem 47000mC
11-03 16:14:47.126   606   698 I ThermalEngine: handle_thresh_sig: SS Id SS-POPMEM Transition State 2
11-03 16:14:47.126   606   698 D ThermalEngine: sensors_manager_set_thresh_lvl: tsens_tz_sensor2 Hi(0) 0, Lo(1) 44000, Interval(0) 0
11-03 16:14:47.126   606   698 D ThermalEngine: update_active_thresh: tsens_tz_sensor2 Active(1), Hi(0) 2147483647, Lo(1) 45000, Interval(1) 1000
11-03 16:14:47.126   606   698 D ThermalEngine: enable_threshold: tsens_tz_sensor2 (/sys/devices/virtual/thermal/thermal_zone6/trip_point_0_type)
11-03 16:14:47.127   606   698 D ThermalEngine: TSENS threshold at 0 enabled: 0
11-03 16:14:47.127   606   698 D ThermalEngine: Setting up TSENS thresholds low: 45
11-03 16:14:47.127   606   698 D ThermalEngine: enable_threshold: tsens_tz_sensor2 (/sys/devices/virtual/thermal/thermal_zone6/trip_point_1_type)
11-03 16:14:47.127   606   698 D ThermalEngine: TSENS threshold at 1 enabled: 1
11-03 16:14:47.127   606   698 I ThermalEngine: settimer: Start timer 0.250(sec)
11-03 16:14:47.127   606   698 D ThermalEngine: algo_monitor: Wait for EV
11-03 16:14:47.273  7793  8143 I Finsky  : [3182] qtw.b(8): Already at the latest configurations for experiment package com.google.android.finsky.stable.
11-03 16:14:47.274  7793  8162 W art     : Long monitor contention with owner AsyncTask #1 (8143) at void alti.<clinit>()(PG:-1) waiters=0 in int qtw.b() for 596ms
11-03 16:14:47.274  7793  8162 I Finsky  : [3188] qtw.b(1): Triggered update for experiment package com.google.android.finsky.regular.
11-03 16:14:47.377   606   698 D ThermalEngine: algo_monitor: Timer EVT
11-03 16:14:47.377   606   698 I ThermalEngine: Sensor:tsens_tz_sensor2:47000 mC
11-03 16:14:47.377   606   698 D ThermalEngine: handle_timer_sig: SS Id SS-POPMEM Read pop_mem 47000mC, Err 0mC, SampleCnt 1
11-03 16:14:47.377   606   698 D ThermalEngine: handle_timer_sig: SS Id SS-POPMEM, E0 0mC, E1 0mC
11-03 16:14:47.377   606   698 I ThermalEngine: settimer: Start timer 0.250(sec)
11-03 16:14:47.377   606   698 D ThermalEngine: algo_monitor: Wait for EV
11-03 16:14:47.449  7793  8162 I Finsky  : [3188] qtw.b(8): Already at the latest configurations for experiment package com.google.android.finsky.regular.
11-03 16:14:47.449  7793  8161 W art     : Long monitor contention with owner AsyncTask #1 (8143) at void alti.<clinit>()(PG:-1) waiters=1 in int qtw.b() for 771ms
11-03 16:14:47.450  7793  8161 I Finsky  : [3187] qtw.b(1): Triggered update for experiment package com.google.android.finsky.regular.
11-03 16:14:47.455  7793  7798 I art     : Do full code cache collection, code=99KB, data=109KB
11-03 16:14:47.455  7793  7798 I art     : Starting a blocking GC JitCodeCache
11-03 16:14:47.455  7793  7798 I art     : After code cache collection, code=81KB, data=75KB
11-03 16:14:47.587  7793  8161 I Finsky  : [3187] qtw.b(8): Already at the latest configurations for experiment package com.google.android.finsky.regular.
11-03 16:14:47.627   606   698 D ThermalEngine: algo_monitor: Timer EVT
11-03 16:14:47.627   606   698 I ThermalEngine: Sensor:tsens_tz_sensor2:47000 mC
11-03 16:14:47.627   606   698 D ThermalEngine: handle_timer_sig: SS Id SS-POPMEM Read pop_mem 47000mC, Err 0mC, SampleCnt 1
11-03 16:14:47.627   606   698 D ThermalEngine: handle_timer_sig: SS Id SS-POPMEM, E0 0mC, E1 0mC
11-03 16:14:47.627   606   698 D ThermalEngine: devices_manager_set_op_value: DEV cluster1, op_value 1248000
11-03 16:14:47.627   606   698 D ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1248000
11-03 16:14:47.627   606   698 I ThermalEngine: Mitigation:CLUSTER[1]:1248000 Khz
11-03 16:14:47.627   606   698 I ThermalEngine: increase_mitigation_lvl: SS Id SS-POPMEM, Device cluster1, Req. 1248000kHz, Applied  1248000kHz, TC delay 2
11-03 16:14:47.627   606   698 I ThermalEngine: settimer: Start timer 0.250(sec)
11-03 16:14:47.627   606   698 D ThermalEngine: algo_monitor: Wait for EV
11-03 16:14:47.877   606   698 D ThermalEngine: algo_monitor: Timer EVT
11-03 16:14:47.878   606   698 I ThermalEngine: Sensor:tsens_tz_sensor2:47000 mC
11-03 16:14:47.878   606   698 D ThermalEngine: handle_timer_sig: SS Id SS-POPMEM Read pop_mem 47000mC, Err 0mC, SampleCnt 1
11-03 16:14:47.878   606   698 D ThermalEngine: handle_timer_sig: SS Id SS-POPMEM, E0 0mC, E1 0mC
11-03 16:14:47.878   606   698 I ThermalEngine: settimer: Start timer 0.250(sec)
11-03 16:14:47.878   606   698 D ThermalEngine: algo_monitor: Wait for EV
11-03 16:14:48.080  1412  1904 D Boost   : hostingType=content provider, hostingName=com.infini.approach/android.support.v4.content.FileProvider, callerPackage=com.android.camera, isSystem=true, isBoostNeeded=false.
11-03 16:14:48.080  1412  1904 I ActivityManager: Start proc 8222:com.infini.approach/u0a1130 for content provider com.infini.approach/android.support.v4.content.FileProvider caller=com.android.camera
11-03 16:14:48.080  3829  3871 D PowerKeeper.Event: notifyAMProcStart processName: 11130 reason: com.infini.approach, pid:0
11-03 16:14:48.100  8222  8222 I art     : Late-enabling -Xcheck:jni
11-03 16:14:48.128   606   698 D ThermalEngine: algo_monitor: Timer EVT
11-03 16:14:48.128   606   698 I ThermalEngine: Sensor:tsens_tz_sensor2:47000 mC
11-03 16:14:48.128   606   698 D ThermalEngine: handle_timer_sig: SS Id SS-POPMEM Read pop_mem 47000mC, Err 0mC, SampleCnt 1
11-03 16:14:48.128   606   698 D ThermalEngine: handle_timer_sig: SS Id SS-POPMEM, E0 0mC, E1 0mC
11-03 16:14:48.128   606   698 D ThermalEngine: devices_manager_set_op_value: DEV cluster1, op_value 1401000
11-03 16:14:48.128   606   698 D ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1401000
11-03 16:14:48.128   606   698 I ThermalEngine: Mitigation:CLUSTER[1]:1401000 Khz
11-03 16:14:48.128   606   698 I ThermalEngine: decrease_mitigation_lvl: SS Id SS-POPMEM, Device cluster1, Req. 1401000kHz, Applied  1401000kHz, TC delay 2
11-03 16:14:48.128   606   698 I ThermalEngine: Sensor:tsens_tz_sensor2:47000 mC
11-03 16:14:48.128   606   698 D ThermalEngine: handle_thresh_sig: SS Id SS-POPMEM, Read pop_mem 47000mC
11-03 16:14:48.128   606   698 I ThermalEngine: handle_thresh_sig: SS Id SS-POPMEM Transition State 2
11-03 16:14:48.128   606   698 D ThermalEngine: sensors_manager_set_thresh_lvl: tsens_tz_sensor2 Hi(0) 0, Lo(1) 44000, Interval(0) 0
11-03 16:14:48.128   606   698 D ThermalEngine: update_active_thresh: tsens_tz_sensor2 Active(1), Hi(0) 2147483647, Lo(1) 45000, Interval(1) 1000
11-03 16:14:48.129   606   698 D ThermalEngine: enable_threshold: tsens_tz_sensor2 (/sys/devices/virtual/thermal/thermal_zone6/trip_point_0_type)
11-03 16:14:48.129   606   698 D ThermalEngine: TSENS threshold at 0 enabled: 0
11-03 16:14:48.129   606   698 D ThermalEngine: Setting up TSENS thresholds low: 45
11-03 16:14:48.129   606   698 D ThermalEngine: enable_threshold: tsens_tz_sensor2 (/sys/devices/virtual/thermal/thermal_zone6/trip_point_1_type)
11-03 16:14:48.129   606   698 D ThermalEngine: TSENS threshold at 1 enabled: 1
11-03 16:14:48.129   606   698 I ThermalEngine: settimer: Start timer 0.250(sec)
11-03 16:14:48.129   606   698 D ThermalEngine: algo_monitor: Wait for EV
11-03 16:14:48.141  8222  8222 D TidaProvider: TidaProvider()
11-03 16:14:48.141   640  1315 D DnsProxyBlocker: remove uid(11130) for Firewall
11-03 16:14:48.150  8222  8222 W ReflectionUtils:
11-03 16:14:48.150  8222  8222 W ReflectionUtils: java.lang.NoSuchMethodException: android.os.MessageQueue#enableMonitor()#bestmatch
11-03 16:14:48.150  8222  8222 W ReflectionUtils:       at miui.util.ReflectionUtils.findMethodBestMatch(ReflectionUtils.java:338)
11-03 16:14:48.150  8222  8222 W ReflectionUtils:       at miui.util.ReflectionUtils.findMethodBestMatch(ReflectionUtils.java:375)
11-03 16:14:48.150  8222  8222 W ReflectionUtils:       at miui.util.ReflectionUtils.callMethod(ReflectionUtils.java:800)
11-03 16:14:48.150  8222  8222 W ReflectionUtils:       at miui.util.ReflectionUtils.tryCallMethod(ReflectionUtils.java:818)
11-03 16:14:48.150  8222  8222 W ReflectionUtils:       at android.os.BaseLooper.enableMonitor(BaseLooper.java:47)
11-03 16:14:48.150  8222  8222 W ReflectionUtils:       at android.os.Looper.prepareMainLooper(Looper.java:112)
11-03 16:14:48.150  8222  8222 W ReflectionUtils:       at android.app.ActivityThread.main(ActivityThread.java:6221)
11-03 16:14:48.150  8222  8222 W ReflectionUtils:       at java.lang.reflect.Method.invoke(Native Method)
11-03 16:14:48.150  8222  8222 W ReflectionUtils:       at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:933)
11-03 16:14:48.150  8222  8222 W ReflectionUtils:       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:823)
11-03 16:14:48.151  8222  8222 V BoostFramework: BoostFramework() : mPerf = com.qualcomm.qti.Performance@e33db63
11-03 16:14:48.196  8222  8222 W System  : ClassLoader referenced unknown path: /data/app/com.infini.approach-1/lib/arm64
11-03 16:14:48.214  8222  8222 W ResourceType: No package identifier when getting name for resource number 0x00000000
11-03 16:14:48.340  8222  8222 D FirebaseApp: Default FirebaseApp failed to initialize because no default options were found. This usually means that com.google.gms:google-services was not applied to your gradle project.
11-03 16:14:48.340  8222  8222 I FirebaseInitProvider: FirebaseApp initialization unsuccessful
11-03 16:14:48.379  2603   449 D SecurityCenter: memDiff : 867, timeDiff : 14794
11-03 16:14:48.379  2603   449 D SecurityCenter: cycle_memory
11-03 16:14:48.379   606   698 D ThermalEngine: algo_monitor: Timer EVT
11-03 16:14:48.379  2603   449 D SecurityCenter: screen on : true, enable : true
11-03 16:14:48.379   606   698 I ThermalEngine: Sensor:tsens_tz_sensor2:47000 mC
11-03 16:14:48.379   606   698 D ThermalEngine: handle_timer_sig: SS Id SS-POPMEM Read pop_mem 47000mC, Err 0mC, SampleCnt 1
11-03 16:14:48.380   606   698 D ThermalEngine: handle_timer_sig: SS Id SS-POPMEM, E0 0mC, E1 0mC
11-03 16:14:48.380   606   698 I ThermalEngine: settimer: Start timer 0.250(sec)
11-03 16:14:48.380   606   698 D ThermalEngine: algo_monitor: Wait for EV
11-03 16:14:48.380  2603  2603 D SecurityCenter: notifyNotification
11-03 16:14:48.388  1412  1904 D ActivityTrigger: ActivityTrigger activityPauseTrigger
11-03 16:14:48.396  7885  7885 D Camera  : onPause
11-03 16:14:48.398  7885  7885 D CameraModule: onPauseBeforeSuper
11-03 16:14:48.399  7885  7885 V CameraModule: closeCamera
11-03 16:14:48.400  7885  7967 E Camera-JNI: Null byte array!
11-03 16:14:48.402   622  1467 I QCamera : <HAL><INFO> static void qcamera::QCamera2HardwareInterface::stop_preview(struct camera_device *): 422: [KPI Perf]: E PROFILE_STOP_PREVIEW camera id 0
11-03 16:14:48.402   371  2367 E ANDR-PERF-MPCTL: invalid request, no optimizations performed
11-03 16:14:48.403  1412  2664 W ActivityManager: Unable to start service Intent { act=action_save_camera_info cmp=com.miui.klo.bugreport/.service.ReceiveCameraInfoService (has extras) } U=0: not found
11-03 16:14:48.403   622  1467 I QCamera : <HAL><INFO> static void qcamera::QCamera2HardwareInterface::stop_preview(struct camera_device *): 435: [KPI Perf]: X ret = 0
11-03 16:14:48.404   622  1467 I QCamera : <HAL><INFO> static int qcamera::QCamera2HardwareInterface::cancel_picture(struct camera_device *): 1046: [KPI Perf]: E PROFILE_CANCEL_PICTURE camera id 0
11-03 16:14:48.405   622  1467 I QCamera : <HAL><INFO> static int qcamera::QCamera2HardwareInterface::cancel_picture(struct camera_device *): 1055: [KPI Perf]: X camera id 0 ret = 0
11-03 16:14:48.407   622  1467 I CameraFlashlight: Destroying camera 0
11-03 16:14:48.407   622  1467 I QCamera : <HAL><INFO> static int qcamera::QCamera2HardwareInterface::close_camera_device(hw_device_t *): 1514: [KPI Perf]: E camera id 0
11-03 16:14:48.408   622  1467 I QCamera : <HAL><INFO> int qcamera::QCamera2HardwareInterface::closeCamera(): 2259: E
11-03 16:14:48.408   622  1467 I QCamera : <HAL><INFO> int qcamera::QCamera2HardwareInterface::closeCamera(): 2264: [KPI Perf]: E PROFILE_CLOSE_CAMERA camera id 0
11-03 16:14:48.409   661  8059 I mm-camera: <ISP   >< INFO> 6629: isp_util_print_meta_stream_info: Deallocate resources
11-03 16:14:48.416  1412  1412 D LockBoost: tid=1412, prevPriority=-10
11-03 16:14:48.421   661  8059 I mm-camera: <ISP   >< INFO> 2537: isp_resource_allocate: INFO: ISP resource acquired: session 1 num_isp 1
11-03 16:14:48.421   661  8059 I mm-camera: <ISP   >< INFO> 2539: isp_resource_allocate: INFO: ISP resource acquired: hw_id 1
11-03 16:14:48.421   661  8059 I mm-camera: <ISP   >< INFO> 6479: isp_util_decide_stream_mapping: stream_port_map num streams 0
11-03 16:14:48.423   661  8059 E mm-camera: <MCT   ><ERROR> 1106: mct_pipeline_decide_hw_wakeup: Couldn't find meta stream
11-03 16:14:48.426  2603  2603 V c       : onNotificationPostedCallBack:StatusBarNotification(pkg=com.miui.securitycenter user=UserHandle{0} id=20004 tag=null key=0|com.miui.securitycenter|20004|null|1000: Notification(pri=2 contentView=com.miui.securitycenter/0x7f030115 vibrate=null sound=null defaults=0x0 flags=0x2 color=0x00000000 groupKey=ResidentGroup vis=PRIVATE))
11-03 16:14:48.427  1650  1650 D StatusBar: updateNotification(StatusBarNotification(pkg=com.miui.securitycenter user=UserHandle{0} id=20004 tag=null key=0|com.miui.securitycenter|20004|null|1000: Notification(pri=2 contentView=com.miui.securitycenter/0x7f030115 vibrate=null sound=null defaults=0x0 flags=0x2 color=0x00000000 groupKey=ResidentGroup vis=PRIVATE)))
11-03 16:14:48.430   622  1467 V qomx_image_core: OMX_FreeHandle:338]
11-03 16:14:48.430   622  1467 D qomx_image_core: get_idx_from_handle:297] comp_idx 0 inst_idx 0
11-03 16:14:48.431   622  1467 V qomx_image_core: OMX_FreeHandle:373] Success
11-03 16:14:48.431   622  1467 I qomx_image_core: OMX_Deinit:125] Complete
11-03 16:14:48.431   622  1467 I Thermal-Lib: Thermal-Lib-Client: Unregisteration is successfull for handle:1
11-03 16:14:48.431   606   693 I ThermalEngine: Thermal-Server: removing client on fd 44
11-03 16:14:48.432   622  1467 I Thermal-Lib: Thermal-Lib-Client: Unregisteration is successfull for handle:2
11-03 16:14:48.433   661   661 I mm-camera: <MCT   >< INFO> 216: mct_controller_destroy: Initiating destroy sequence for session = 1
11-03 16:14:48.433   661   661 I mm-camera: <MCT   >< INFO> 234: mct_controller_destroy: serv_thread closed
11-03 16:14:48.434   661   661 I mm-camera: <MCT   >< INFO> 249: mct_controller_destroy: bus_handler thread closed
11-03 16:14:48.434   661   661 I mm-camera: <MCT   >< INFO> 4707: mct_pipeline_stop_session: Initiating stop_session on session 1
11-03 16:14:48.434   661   661 I mm-camera: <MCT   >< INFO> 3748: mct_pipeline_process_set: command=800000b
11-03 16:14:48.434   661   661 I mm-camera: <MCT   >< INFO> 3966: mct_pipeline_process_set: Issuing DEL_STREAM on stream 0x1000f and stream type=10
11-03 16:14:48.434   661   661 I mm-camera: <IFACE >< INFO> 671: iface_unreserve_sink_port: stream_id f mode 0
11-03 16:14:48.434   661   661 I mm-camera: <ISP   >< INFO> 890: isp_port_check_caps_unreserve: ide 1000f port 0xe4b60b80
11-03 16:14:48.436   661   661 I mm-camera: <MCT   >< INFO> 3977: mct_pipeline_process_set: Stream 0x1000f and stream type=10, successfully deleted
11-03 16:14:48.437   661  8245 I mm-camera: <MCT   >< INFO> 4441: mct_pipeline_stop_session_thread: Stop module name: iface - E
11-03 16:14:48.437   661  8244 I mm-camera: <MCT   >< INFO> 4441: mct_pipeline_stop_session_thread: Stop module name: sensor - E
11-03 16:14:48.437   661  8245 I mm-camera: <MCT   >< INFO> 4449: mct_pipeline_stop_session_thread: Stop module name: iface - X
11-03 16:14:48.438   661  8246 I mm-camera: <MCT   >< INFO> 4441: mct_pipeline_stop_session_thread: Stop module name: isp - E
11-03 16:14:48.439   661  8246 I mm-camera: <ISP   >< INFO> 491: isp_module_stop_session: session id 1
11-03 16:14:48.439   661  8246 I mm-camera: <ISP   >< INFO> 532: isp_module_stop_session: warning: ISP resource is not freed on time!
11-03 16:14:48.440   661  8247 I mm-camera: <MCT   >< INFO> 4441: mct_pipeline_stop_session_thread: Stop module name: stats - E
11-03 16:14:48.440   661  8248 I mm-camera: <MCT   >< INFO> 4441: mct_pipeline_stop_session_thread: Stop module name: pproc - E
11-03 16:14:48.441   661  8249 I mm-camera: <MCT   >< INFO> 4441: mct_pipeline_stop_session_thread: Stop module name: imglib - E
11-03 16:14:48.441   661   661 I mm-camera: <MCT   >< INFO> 4729: mct_pipeline_stop_session: Modules left: 5
11-03 16:14:48.444   661  8248 D QCameraQuadraCfa: int img_algo_shutdown(img_frame_ops_t*):147 : E
11-03 16:14:48.444   661  8248 E quadracfa_dummy: inside dummy remosaic_deinit 1
11-03 16:14:48.444   661  8248 D QCameraQuadraCfa: int img_algo_shutdown(img_frame_ops_t*):151 : X
11-03 16:14:48.444   661  8248 I mm-camera: <MCT   >< INFO> 4449: mct_pipeline_stop_session_thread: Stop module name: pproc - X
11-03 16:14:48.444   661  8249 I mm-camera: <MCT   >< INFO> 4449: mct_pipeline_stop_session_thread: Stop module name: imglib - X
11-03 16:14:48.444   661   661 I mm-camera: <MCT   >< INFO> 4729: mct_pipeline_stop_session: Modules left: 4
11-03 16:14:48.444   661   661 I mm-camera: <MCT   >< INFO> 4729: mct_pipeline_stop_session: Modules left: 3
11-03 16:14:48.445   661  8246 I mm-camera: <MCT   >< INFO> 4449: mct_pipeline_stop_session_thread: Stop module name: isp - X
11-03 16:14:48.445   661   661 I mm-camera: <MCT   >< INFO> 4729: mct_pipeline_stop_session: Modules left: 2
11-03 16:14:48.449   661  8247 I mm-camera: <MCT   >< INFO> 4449: mct_pipeline_stop_session_thread: Stop module name: stats - X
11-03 16:14:48.450   661   661 I mm-camera: <MCT   >< INFO> 4729: mct_pipeline_stop_session: Modules left: 1
11-03 16:14:48.454  1650  1650 D StatusBar: No peeking: unimportant notification: 0|com.miui.securitycenter|20004|null|1000
11-03 16:14:48.471  1412  2664 D BatteryService: /data/anr/adb_enable file.exists() =  false
11-03 16:14:48.471  1412  2664 D BatteryService: mBatteryProps.batteryTemperature = 350,,mBatteryProps.batteryHealth=2
11-03 16:14:48.471  1412  2664 D BatteryService: mBatteryProps.batteryTemperature = 350,,mBatteryProps.batteryHealth=2
11-03 16:14:48.563   661  8244 I mm-camera: <MCT   >< INFO> 4449: mct_pipeline_stop_session_thread: Stop module name: sensor - X
11-03 16:14:48.563   661   661 I mm-camera: <MCT   >< INFO> 4729: mct_pipeline_stop_session: Modules left: 0
11-03 16:14:48.563   661   661 I mm-camera: <MCT   >< INFO> 4738: mct_pipeline_stop_session: Stopped session 1 successfully
11-03 16:14:48.563   661   661 I mm-camera: <MCT   >< INFO> 5015: mct_pipeline_destroy: E: session:1
11-03 16:14:48.563   661   661 I mm-camera: <MCT   >< INFO> 5088: mct_pipeline_destroy: X: Pipeline destroyed successfully session =1
11-03 16:14:48.563   661   661 I mm-camera: <MCT   >< INFO> 282: mct_controller_destroy: X Successfully closed mct_controller session 1
11-03 16:14:48.568   453   574 I SDM     : ResourceImpl::SetMaxBandwidthMode: new bandwidth mode=0
11-03 16:14:48.568   622  1467 I CameraService: onTorchStatusChangedLocked: Torch status changed for cameraId=0, newStatus=1
11-03 16:14:48.568   622  1467 I QCamera : <HAL><INFO> int qcamera::QCamera2HardwareInterface::closeCamera(): 2335: [KPI Perf]: X PROFILE_CLOSE_CAMERA camera id 0, rc: 0
11-03 16:14:48.568   622  1467 E QCamera : <HAL><ERROR> int32_t qcamera::QCameraPerfLock::lock_rel(): 445: failed to release lock
11-03 16:14:48.573   622  1467 I QCamera : <HAL><INFO> static int qcamera::QCamera2HardwareInterface::close_camera_device(hw_device_t *): 1516: [KPI Perf]: X
11-03 16:14:48.577   622  1467 I CameraService: disconnect: Disconnected client for camera 0 for PID 7885
11-03 16:14:48.579   639  1776 D NuPlayerDriver: reset(0xe85a0ae0) at state 4
11-03 16:14:48.579   639  1776 D NuPlayerDriver: notifyListener_l(0xe85a0ae0), (8, 0, 0), loop setting(0, 0)
11-03 16:14:48.584   639  7970 W AMessage: failed to post message as target looper for handler 0 is gone.
11-03 16:14:48.585   639  7970 D NuPlayerDriver: notifyResetComplete(0xe85a0ae0)
11-03 16:14:48.590   639  1776 D NuPlayerDriver: reset(0xe85a0c00) at state 4
11-03 16:14:48.590   639  1776 D NuPlayerDriver: notifyListener_l(0xe85a0c00), (8, 0, 0), loop setting(0, 0)
11-03 16:14:48.590   639  7973 W AMessage: failed to post message as target looper for handler 0 is gone.
11-03 16:14:48.590   639  7973 D NuPlayerDriver: notifyResetComplete(0xe85a0c00)
11-03 16:14:48.591   639  7018 D NuPlayerDriver: reset(0xe85a0cc0) at state 4
11-03 16:14:48.591   639  7018 D NuPlayerDriver: notifyListener_l(0xe85a0cc0), (8, 0, 0), loop setting(0, 0)
11-03 16:14:48.591   639  7975 W AMessage: failed to post message as target looper for handler 0 is gone.
11-03 16:14:48.592   639  7975 D NuPlayerDriver: notifyResetComplete(0xe85a0cc0)
11-03 16:14:48.618   371  2367 E ANDR-PERF-RESOURCEQS: Failed to apply optimization [4, 0]
11-03 16:14:48.620  1650  1650 D StatusBar: disable<e i a s b h r c s > disable2<q i n g r >
11-03 16:14:48.630   606   698 D ThermalEngine: algo_monitor: Timer EVT
11-03 16:14:48.630   606   698 I ThermalEngine: Sensor:tsens_tz_sensor2:47000 mC
11-03 16:14:48.630   606   698 D ThermalEngine: handle_timer_sig: SS Id SS-POPMEM Read pop_mem 47000mC, Err 0mC, SampleCnt 1
11-03 16:14:48.630   606   698 D ThermalEngine: handle_timer_sig: SS Id SS-POPMEM, E0 0mC, E1 0mC
11-03 16:14:48.630   606   698 D ThermalEngine: devices_manager_set_op_value: DEV cluster1, op_value 1248000
11-03 16:14:48.630   606   698 D ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1248000
11-03 16:14:48.630   606   698 I ThermalEngine: Mitigation:CLUSTER[1]:1248000 Khz
11-03 16:14:48.630   606   698 I ThermalEngine: increase_mitigation_lvl: SS Id SS-POPMEM, Device cluster1, Req. 1248000kHz, Applied  1248000kHz, TC delay 2
11-03 16:14:48.630   606   698 I ThermalEngine: settimer: Start timer 0.250(sec)
11-03 16:14:48.630   606   698 D ThermalEngine: algo_monitor: Wait for EV
11-03 16:14:48.639  1412  1594 D ActivityManagerServiceInjector: Begin to report package foreground events...
11-03 16:14:48.644  2299  2360 I octvm_power: power mode [normal] start 1572777888
11-03 16:14:48.644  2299  2360 I octvm_power: Action: set_lcd_mode(default) for [foreground_change]
11-03 16:14:48.644  2299  2360 I octvm_drv: common drv: platform_set_lcd_mode -> platform not support
11-03 16:14:48.644  2299  2360 I octvm_power: Action: set_thermal_config(restore) for [foreground_change]
11-03 16:14:48.644  2299  2360 I octvm_drv: common drv: platform_set_thermal_mode -> platform not support
11-03 16:14:48.645  1412  1904 I Timeline: Timeline: App_transition_ready time:93190723
11-03 16:14:48.645  2299  2360 I octvm_power: onPowerModeChanged[normal] called
11-03 16:14:48.647  2603  3070 D GameBoosterService: onGameStatusChange foreground:ForegroundInfo{mForegroundPackageName='com.infini.approach', mForegroundUid=11130, mForegroundPid=8222, mLastForegroundPackageName='com.android.camera', mLastForegroundUid=10020, mLastForegroundPid=7885, mMultiWindowForegroundPackageName='null', mMultiWindowForegroundUid=-1, mFlags=0}
11-03 16:14:48.651  1412  1904 I Timeline: Timeline: App_transition_ready time:93190730
11-03 16:14:48.690  1412  1434 I Timeline: Timeline: App_transition_ready time:93190769
11-03 16:14:48.702  1412  1434 I Timeline: Timeline: App_transition_ready time:93190781
11-03 16:14:48.704  8222  8222 W art     : Before Android 4.1, method android.graphics.PorterDuffColorFilter android.support.graphics.drawable.VectorDrawableCompat.updateTintFilter(android.graphics.PorterDuffColorFilter, android.content.res.ColorStateList, android.graphics.PorterDuff$Mode) would have incorrectly overridden the package-private method in android.graphics.drawable.Drawable
11-03 16:14:48.718  8222  8222 W ResourceType: Invalid package identifier when getting bag for resource number 0x00000000
11-03 16:14:48.726  1412  1434 I Timeline: Timeline: App_transition_ready time:93190805
11-03 16:14:48.729  1650  1650 D StatusBar: disable<e i a s b h r c s > disable2<q i n g r >
11-03 16:14:48.736  1650  1650 D StatusBar: disable<e i a s b h r c s > disable2<q i n g r >
11-03 16:14:48.740  8222  8222 D AccessibilityManager: current package=com.infini.approach, accessibility manager mIsFinalEnabled=false, mOptimizeEnabled=false, mIsUiAutomationEnabled=false, mIsInterestedPackage=false
11-03 16:14:48.778  8222  8222 I art     : Rejecting re-init on previously-failed class java.lang.Class<android.support.v4.view.ViewCompat$OnUnhandledKeyEventListenerWrapper>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/view/View$OnUnhandledKeyEventListener;
11-03 16:14:48.778  8222  8222 I art     :   at void android.support.v4.view.ViewCompat.setOnApplyWindowInsetsListener(android.view.View, android.support.v4.view.OnApplyWindowInsetsListener) (ViewCompat.java:2203)
11-03 16:14:48.778  8222  8222 I art     :   at android.view.ViewGroup android.support.v7.app.AppCompatDelegateImpl.createSubDecor() (AppCompatDelegateImpl.java:637)
11-03 16:14:48.778  8222  8222 I art     :   at void android.support.v7.app.AppCompatDelegateImpl.ensureSubDecor() (AppCompatDelegateImpl.java:518)
11-03 16:14:48.778  8222  8222 I art     :   at void android.support.v7.app.AppCompatDelegateImpl.setContentView(int) (AppCompatDelegateImpl.java:466)
11-03 16:14:48.778  8222  8222 I art     :   at void android.support.v7.app.AppCompatActivity.setContentView(int) (AppCompatActivity.java:140)
11-03 16:14:48.778  8222  8222 I art     :   at void com.getcapacitor.BridgeActivity.init(android.os.Bundle, java.util.List) (BridgeActivity.java:54)
11-03 16:14:48.778  8222  8222 I art     :   at void com.infini.approach.MainActivity.onCreate(android.os.Bundle) (MainActivity.java:16)
11-03 16:14:48.778  8222  8222 I art     :   at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:6868)
11-03 16:14:48.778  8222  8222 I art     :   at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1119)
11-03 16:14:48.778  8222  8222 I art     :   at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2676)
11-03 16:14:48.778  8222  8222 I art     :   at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2784)
11-03 16:14:48.778  8222  8222 I art     :   at void android.app.ActivityThread.-wrap12(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1)
11-03 16:14:48.778  8222  8222 I art     :   at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1523)
11-03 16:14:48.778  8222  8222 I art     :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:102)
11-03 16:14:48.778  8222  8222 I art     :   at void android.os.Looper.loop() (Looper.java:163)
11-03 16:14:48.778  8222  8222 I art     :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6238)
11-03 16:14:48.778  8222  8222 I art     :   at java.lang.Object java.lang.reflect.Method.invoke!(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-03 16:14:48.778  8222  8222 I art     :   at void com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run() (ZygoteInit.java:933)
11-03 16:14:48.778  8222  8222 I art     :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:823)
11-03 16:14:48.778  8222  8222 I art     : Caused by: java.lang.ClassNotFoundException: Didn't find class "android.view.View$OnUnhandledKeyEventListener" on path: DexPathList[[zip file "/data/app/com.infini.approach-1/base.apk"],nativeLibraryDirectories=[/data/app/com.infini.approach-1/lib/arm64, /system/lib64, /vendor/lib64]]
11-03 16:14:48.778  8222  8222 I art     :   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:56)
11-03 16:14:48.778  8222  8222 I art     :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:380)
11-03 16:14:48.778  8222  8222 I art     :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
11-03 16:14:48.778  8222  8222 I art     :   at void android.support.v4.view.ViewCompat.setOnApplyWindowInsetsListener(android.view.View, android.support.v4.view.OnApplyWindowInsetsListener) (ViewCompat.java:2203)
11-03 16:14:48.778  8222  8222 I art     :   at android.view.ViewGroup android.support.v7.app.AppCompatDelegateImpl.createSubDecor() (AppCompatDelegateImpl.java:637)
11-03 16:14:48.778  8222  8222 I art     :   at void android.support.v7.app.AppCompatDelegateImpl.ensureSubDecor() (AppCompatDelegateImpl.java:518)
11-03 16:14:48.778  8222  8222 I art     :   at void android.support.v7.app.AppCompatDelegateImpl.setContentView(int) (AppCompatDelegateImpl.java:466)
11-03 16:14:48.778  8222  8222 I art     :   at void android.support.v7.app.AppCompatActivity.setContentView(int) (AppCompatActivity.java:140)
11-03 16:14:48.778  8222  8222 I art     :   at void com.getcapacitor.BridgeActivity.init(android.os.Bundle, java.util.List) (BridgeActivity.java:54)
11-03 16:14:48.778  8222  8222 I art     :   at void com.infini.approach.MainActivity.onCreate(android.os.Bundle) (MainActivity.java:16)
11-03 16:14:48.778  8222  8222 I art     :   at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:6868)
11-03 16:14:48.778  8222  8222 I art     :   at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1119)
11-03 16:14:48.778  8222  8222 I art     :   at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2676)
11-03 16:14:48.778  8222  8222 I art     :   at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2784)
11-03 16:14:48.778  8222  8222 I art     :   at void android.app.ActivityThread.-wrap12(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1)
11-03 16:14:48.778  8222  8222 I art     :   at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1523)
11-03 16:14:48.778  8222  8222 I art     :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:102)
11-03 16:14:48.778  8222  8222 I art     :   at void android.os.Looper.loop() (Looper.java:163)
11-03 16:14:48.778  8222  8222 I art     :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6238)
11-03 16:14:48.778  8222  8222 I art     :   at java.lang.Object java.lang.reflect.Method.invoke!(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-03 16:14:48.778  8222  8222 I art     :   at void com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run() (ZygoteInit.java:933)
11-03 16:14:48.778  8222  8222 I art     :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:823)
11-03 16:14:48.778  8222  8222 I art     :
11-03 16:14:48.825  8222  8222 D ApplicationLoaders: ignored Vulkan layer search path /data/app/com.android.chrome-2/lib/arm64:/data/app/com.android.chrome-2/base.apk!/lib/arm64-v8a:/data/app/com.android.chrome-2/split_config.en.apk!/lib/arm64-v8a for namespace 0x7fb1e2a160
11-03 16:14:48.826  8222  8222 W ResourceType: No package identifier when getting name for resource number 0x00000000
11-03 16:14:48.833  8222  8222 I WebViewFactory: Loading com.android.chrome version 77.0.3865.116 (code 386511637)
11-03 16:14:48.880   606   698 D ThermalEngine: algo_monitor: Timer EVT
11-03 16:14:48.880   606   698 I ThermalEngine: Sensor:tsens_tz_sensor2:47000 mC
11-03 16:14:48.880   606   698 D ThermalEngine: handle_timer_sig: SS Id SS-POPMEM Read pop_mem 47000mC, Err 0mC, SampleCnt 1
11-03 16:14:48.880   606   698 D ThermalEngine: handle_timer_sig: SS Id SS-POPMEM, E0 0mC, E1 0mC
11-03 16:14:48.880   606   698 I ThermalEngine: settimer: Start timer 0.250(sec)
11-03 16:14:48.880   606   698 D ThermalEngine: algo_monitor: Wait for EV
11-03 16:14:48.981  8222  8222 I art     : Rejecting re-init on previously-failed class java.lang.Class<Mk>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/webkit/TracingController;
11-03 16:14:48.981  8222  8222 I art     :   at java.lang.Class java.lang.Class.classForName!(java.lang.String, boolean, java.lang.ClassLoader) (Class.java:-2)
11-03 16:14:48.981  8222  8222 I art     :   at java.lang.Class java.lang.Class.forName(java.lang.String, boolean, java.lang.ClassLoader) (Class.java:400)
11-03 16:14:48.981  8222  8222 I art     :   at java.lang.Class android.webkit.WebViewFactory.getProviderClass() (WebViewFactory.java:349)
11-03 16:14:48.981  8222  8222 I art     :   at android.webkit.WebViewFactoryProvider android.webkit.WebViewFactory.getProvider() (WebViewFactory.java:194)
11-03 16:14:48.981  8222  8222 I art     :   at android.webkit.WebViewFactoryProvider android.webkit.WebView.getFactory() (WebView.java:2347)
11-03 16:14:48.981  8222  8222 I art     :   at void android.webkit.WebView.ensureProviderCreated() (WebView.java:2342)
11-03 16:14:48.981  8222  8222 I art     :   at void android.webkit.WebView.setOverScrollMode(int) (WebView.java:2401)
11-03 16:14:48.981  8222  8222 I art     :   at void android.view.View.<init>(android.content.Context) (View.java:4029)
11-03 16:14:48.981  8222  8222 I art     :   at void android.view.View.<init>(android.content.Context, android.util.AttributeSet, int, int) (View.java:4154)
11-03 16:14:48.981  8222  8222 I art     :   at void android.view.ViewGroup.<init>(android.content.Context, android.util.AttributeSet, int, int) (ViewGroup.java:579)
11-03 16:14:48.981  8222  8222 I art     :   at void android.widget.AbsoluteLayout.<init>(android.content.Context, android.util.AttributeSet, int, int) (AbsoluteLayout.java:55)
11-03 16:14:48.981  8222  8222 I art     :   at void android.webkit.WebView.<init>(android.content.Context, android.util.AttributeSet, int, int, java.util.Map, boolean) (WebView.java:627)
11-03 16:14:48.981  8222  8222 I art     :   at void android.webkit.WebView.<init>(android.content.Context, android.util.AttributeSet, int, int) (WebView.java:572)
11-03 16:14:48.981  8222  8222 I art     :   at void android.webkit.WebView.<init>(android.content.Context, android.util.AttributeSet, int) (WebView.java:555)
11-03 16:14:48.981  8222  8222 I art     :   at void android.webkit.WebView.<init>(android.content.Context, android.util.AttributeSet) (WebView.java:542)
11-03 16:14:48.981  8222  8222 I art     :   at void com.getcapacitor.CapacitorWebView.<init>(android.content.Context, android.util.AttributeSet) (CapacitorWebView.java:18)
11-03 16:14:48.981  8222  8222 I art     :   at java.lang.Object java.lang.reflect.Constructor.newInstance0!(java.lang.Object[]) (Constructor.java:-2)
11-03 16:14:48.981  8222  8222 I art     :   at java.lang.Object java.lang.reflect.Constructor.newInstance(java.lang.Object[]) (Constructor.java:430)
11-03 16:14:48.981  8222  8222 I art     :   at android.view.View android.view.LayoutInflater.createView(java.lang.String, java.lang.String, android.util.AttributeSet) (LayoutInflater.java:652)
11-03 16:14:48.981  8222  8222 I art     :   at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:812)
11-03 16:14:48.981  8222  8222 I art     :   at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet) (LayoutInflater.java:752)
11-03 16:14:48.981  8222  8222 I art     :   at void android.view.LayoutInflater.rInflate(org.xmlpull.v1.XmlPullParser, android.view.View, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:883)
11-03 16:14:48.981  8222  8222 I art     :   at void android.view.LayoutInflater.rInflateChildren(org.xmlpull.v1.XmlPullParser, android.view.View, android.util.AttributeSet, boolean) (LayoutInflater.java:846)
11-03 16:14:48.981  8222  8222 I art     :   at android.view.View android.view.LayoutInflater.inflate(org.xmlpull.v1.XmlPullParser, android.view.ViewGroup, boolean) (LayoutInflater.java:522)
11-03 16:14:48.981  8222  8222 I art     :   at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup, boolean) (LayoutInflater.java:430)
11-03 16:14:48.981  8222  8222 I art     :   at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup) (LayoutInflater.java:377)
11-03 16:14:48.981  8222  8222 I art     :   at void android.support.v7.app.AppCompatDelegateImpl.setContentView(int) (AppCompatDelegateImpl.java:469)
11-03 16:14:48.981  8222  8222 I art     :   at void android.support.v7.app.AppCompatActivity.setContentView(int) (AppCompatActivity.java:140)
11-03 16:14:48.981  8222  8222 I art     :   at void com.getcapacitor.BridgeActivity.init(android.os.Bundle, java.util.List) (BridgeActivity.java:54)
11-03 16:14:48.981  8222  8222 I art     :   at void com.infini.approach.MainActivity.onCreate(android.os.Bundle) (MainActivity.java:16)
11-03 16:14:48.981  8222  8222 I art     :   at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:6868)
11-03 16:14:48.981  8222  8222 I art     :   at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1119)
11-03 16:14:48.981  8222  8222 I art     :   at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2676)
11-03 16:14:48.981  8222  8222 I art     :   at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2784)
11-03 16:14:48.981  8222  8222 I art     :   at void android.app.ActivityThread.-wrap12(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1)
11-03 16:14:48.981  8222  8222 I art     :   at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1523)
11-03 16:14:48.981  8222  8222 I art     :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:102)
11-03 16:14:48.981  8222  8222 I art     :   at void android.os.Looper.loop() (Looper.java:163)
11-03 16:14:48.981  8222  8222 I art     :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6238)
11-03 16:14:48.981  8222  8222 I art     :   at java.lang.Object java.lang.reflect.Method.invoke!(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-03 16:14:48.981  8222  8222 I art     :   at void com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run() (ZygoteInit.java:933)
11-03 16:14:48.981  8222  8222 I art     :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:823)
11-03 16:14:48.982  8222  8222 I art     : Caused by: java.lang.ClassNotFoundException: Didn't find class "android.webkit.TracingController" on path: DexPathList[[zip file "/data/app/com.android.chrome-2/base.apk", zip file "/data/app/com.android.chrome-2/split_config.en.apk"],nativeLibraryDirectories=[/data/app/com.android.chrome-2/lib/arm64, /data/app/com.android.chrome-2/base.apk!/lib/arm64-v8a, /data/app/com.android.chrome-2/split_config.en.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64]]
11-03 16:14:48.982  8222  8222 I art     :   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:56)
11-03 16:14:48.982  8222  8222 I art     :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:380)
11-03 16:14:48.982  8222  8222 I art     :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
11-03 16:14:48.982  8222  8222 I art     :   at java.lang.Class java.lang.Class.classForName!(java.lang.String, boolean, java.lang.ClassLoader) (Class.java:-2)
11-03 16:14:48.982  8222  8222 I art     :   at java.lang.Class java.lang.Class.forName(java.lang.String, boolean, java.lang.ClassLoader) (Class.java:400)
11-03 16:14:48.982  8222  8222 I art     :   at java.lang.Class android.webkit.WebViewFactory.getProviderClass() (WebViewFactory.java:349)
11-03 16:14:48.982  8222  8222 I art     :   at android.webkit.WebViewFactoryProvider android.webkit.WebViewFactory.getProvider() (WebViewFactory.java:194)
11-03 16:14:48.982  8222  8222 I art     :   at android.webkit.WebViewFactoryProvider android.webkit.WebView.getFactory() (WebView.java:2347)
11-03 16:14:48.982  8222  8222 I art     :   at void android.webkit.WebView.ensureProviderCreated() (WebView.java:2342)
11-03 16:14:48.982  8222  8222 I art     :   at void android.webkit.WebView.setOverScrollMode(int) (WebView.java:2401)
11-03 16:14:48.982  8222  8222 I art     :   at void android.view.View.<init>(android.content.Context) (View.java:4029)
11-03 16:14:48.982  8222  8222 I art     :   at void android.view.View.<init>(android.content.Context, android.util.AttributeSet, int, int) (View.java:4154)
11-03 16:14:48.982  8222  8222 I art     :   at void android.view.ViewGroup.<init>(android.content.Context, android.util.AttributeSet, int, int) (ViewGroup.java:579)
11-03 16:14:48.982  8222  8222 I art     :   at void android.widget.AbsoluteLayout.<init>(android.content.Context, android.util.AttributeSet, int, int) (AbsoluteLayout.java:55)
11-03 16:14:48.982  8222  8222 I art     :   at void android.webkit.WebView.<init>(android.content.Context, android.util.AttributeSet, int, int, java.util.Map, boolean) (WebView.java:627)
11-03 16:14:48.982  8222  8222 I art     :   at void android.webkit.WebView.<init>(android.content.Context, android.util.AttributeSet, int, int) (WebView.java:572)
11-03 16:14:48.982  8222  8222 I art     :   at void android.webkit.WebView.<init>(android.content.Context, android.util.AttributeSet, int) (WebView.java:555)
11-03 16:14:48.982  8222  8222 I art     :   at void android.webkit.WebView.<init>(android.content.Context, android.util.AttributeSet) (WebView.java:542)
11-03 16:14:48.982  8222  8222 I art     :   at void com.getcapacitor.CapacitorWebView.<init>(android.content.Context, android.util.AttributeSet) (CapacitorWebView.java:18)
11-03 16:14:48.982  8222  8222 I art     :   at java.lang.Object java.lang.reflect.Constructor.newInstance0!(java.lang.Object[]) (Constructor.java:-2)
11-03 16:14:48.982  8222  8222 I art     :   at java.lang.Object java.lang.reflect.Constructor.newInstance(java.lang.Object[]) (Constructor.java:430)
11-03 16:14:48.982  8222  8222 I art     :   at android.view.View android.view.LayoutInflater.createView(java.lang.String, java.lang.String, android.util.AttributeSet) (LayoutInflater.java:652)
11-03 16:14:48.982  8222  8222 I art     :   at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:812)
11-03 16:14:48.982  8222  8222 I art     :   at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet) (LayoutInflater.java:752)
11-03 16:14:48.982  8222  8222 I art     :   at void android.view.LayoutInflater.rInflate(org.xmlpull.v1.XmlPullParser, android.view.View, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:883)
11-03 16:14:48.982  8222  8222 I art     :   at void android.view.LayoutInflater.rInflateChildren(org.xmlpull.v1.XmlPullParser, android.view.View, android.util.AttributeSet, boolean) (LayoutInflater.java:846)
11-03 16:14:48.982  8222  8222 I art     :   at android.view.View android.view.LayoutInflater.inflate(org.xmlpull.v1.XmlPullParser, android.view.ViewGroup, boolean) (LayoutInflater.java:522)
11-03 16:14:48.982  8222  8222 I art     :   at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup, boolean) (LayoutInflater.java:430)
11-03 16:14:48.982  8222  8222 I art     :   at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup) (LayoutInflater.java:377)
11-03 16:14:48.982  8222  8222 I art     :   at void android.support.v7.app.AppCompatDelegateImpl.setContentView(int) (AppCompatDelegateImpl.java:469)
11-03 16:14:48.982  8222  8222 I art     :   at void android.support.v7.app.AppCompatActivity.setContentView(int) (AppCompatActivity.java:140)
11-03 16:14:48.982  8222  8222 I art     :   at void com.getcapacitor.BridgeActivity.init(android.os.Bundle, java.util.List) (BridgeActivity.java:54)
11-03 16:14:48.982  8222  8222 I art     :   at void com.infini.approach.MainActivity.onCreate(android.os.Bundle) (MainActivity.java:16)
11-03 16:14:48.982  8222  8222 I art     :   at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:6868)
11-03 16:14:48.982  8222  8222 I art     :   at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1119)
11-03 16:14:48.982  8222  8222 I art     :   at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2676)
11-03 16:14:48.982  8222  8222 I art     :   at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2784)
11-03 16:14:48.982  8222  8222 I art     :   at void android.app.ActivityThread.-wrap12(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1)
11-03 16:14:48.982  8222  8222 I art     :   at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1523)
11-03 16:14:48.982  8222  8222 I art     :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:102)
11-03 16:14:48.982  8222  8222 I art     :   at void android.os.Looper.loop() (Looper.java:163)
11-03 16:14:48.982  8222  8222 I art     :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6238)
11-03 16:14:48.982  8222  8222 I art     :   at java.lang.Object java.lang.reflect.Method.invoke!(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-03 16:14:48.982  8222  8222 I art     :   at void com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run() (ZygoteInit.java:933)
11-03 16:14:48.982  8222  8222 I art     :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:823)
11-03 16:14:48.982  8222  8222 I art     :
11-03 16:14:48.996  1412  1437 D AutomaticBrightnessController: resetAutoBrightnessAdjustment: mScreenAutoBrightnessAdjustmentDiff reset to 0.
11-03 16:14:49.002  1650  1650 D EventBus: [1650, u0] send(AppTransitionFinishedEvent)
11-03 16:14:49.019  1650  1650 D EventBus: [1650, u0]  -> ForcedResizableInfoActivityController [0x3295745, P1] onBusEvent(AppTransitionFinishedEvent)
11-03 16:14:49.020  1650  1650 D EventBus: [1650, u0] onBusEvent(AppTransitionFinishedEvent) duration: 83 microseconds, avg: 444
11-03 16:14:49.020  1612  1612 D wpa_supplicant: wlan0: Control interface command 'SIGNAL_POLL'
11-03 16:14:49.025  1412  1434 I Timeline: Timeline: App_transition_stopped time:93191104
11-03 16:14:49.030  1650  1650 D EventBus: [1650, u0] send(AppTransitionFinishedEvent)
11-03 16:14:49.030  1650  1650 D EventBus: [1650, u0]  -> ForcedResizableInfoActivityController [0x3295745, P1] onBusEvent(AppTransitionFinishedEvent)
11-03 16:14:49.030  1650  1650 D EventBus: [1650, u0] onBusEvent(AppTransitionFinishedEvent) duration: 21 microseconds, avg: 444
11-03 16:14:49.035  1612  1612 D wpa_supplicant: CTRL-DEBUG: global_ctrl_sock-sendto: sock=8 sndbuf=212992 outq=0 send_len=48
11-03 16:14:49.069  8222  8222 I cr_LibraryLoader: Time to load native libraries: 6 ms (timestamps 1136-1142)
11-03 16:14:49.090  8222  8222 W ResourceType: No package identifier when getting name for resource number 0x00000000
11-03 16:14:49.097  8222  8222 W ResourceType: Invalid package identifier when getting bag for resource number 0x00000000
11-03 16:14:49.097  8222  8222 W ResourceType: Invalid package identifier when getting bag for resource number 0x00000000
11-03 16:14:49.119  8222  8222 I chromium: [INFO:library_loader_hooks.cc(51)] Chromium logging enabled: level = 0, default verbosity = 0
11-03 16:14:49.120  8222  8222 I cr_LibraryLoader: Expected native library version number "77.0.3865.116", actual native library version number "77.0.3865.116"
11-03 16:14:49.130   606   698 D ThermalEngine: algo_monitor: Timer EVT
11-03 16:14:49.131   606   698 I ThermalEngine: Sensor:tsens_tz_sensor2:47000 mC
11-03 16:14:49.131   606   698 D ThermalEngine: handle_timer_sig: SS Id SS-POPMEM Read pop_mem 47000mC, Err 0mC, SampleCnt 1
11-03 16:14:49.131   606   698 D ThermalEngine: handle_timer_sig: SS Id SS-POPMEM, E0 0mC, E1 0mC
11-03 16:14:49.131   606   698 D ThermalEngine: devices_manager_set_op_value: DEV cluster1, op_value 1401000
11-03 16:14:49.131   606   698 D ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1401000
11-03 16:14:49.131   606   698 I ThermalEngine: Mitigation:CLUSTER[1]:1401000 Khz
11-03 16:14:49.131   606   698 I ThermalEngine: decrease_mitigation_lvl: SS Id SS-POPMEM, Device cluster1, Req. 1401000kHz, Applied  1401000kHz, TC delay 2
11-03 16:14:49.131   606   698 I ThermalEngine: Sensor:tsens_tz_sensor2:47000 mC
11-03 16:14:49.131   606   698 D ThermalEngine: handle_thresh_sig: SS Id SS-POPMEM, Read pop_mem 47000mC
11-03 16:14:49.131   606   698 I ThermalEngine: handle_thresh_sig: SS Id SS-POPMEM Transition State 2
11-03 16:14:49.131   606   698 D ThermalEngine: sensors_manager_set_thresh_lvl: tsens_tz_sensor2 Hi(0) 0, Lo(1) 44000, Interval(0) 0
11-03 16:14:49.131   606   698 D ThermalEngine: update_active_thresh: tsens_tz_sensor2 Active(1), Hi(0) 2147483647, Lo(1) 45000, Interval(1) 1000
11-03 16:14:49.131   606   698 D ThermalEngine: enable_threshold: tsens_tz_sensor2 (/sys/devices/virtual/thermal/thermal_zone6/trip_point_0_type)
11-03 16:14:49.131   606   698 D ThermalEngine: TSENS threshold at 0 enabled: 0
11-03 16:14:49.131   606   698 D ThermalEngine: Setting up TSENS thresholds low: 45
11-03 16:14:49.132   606   698 D ThermalEngine: enable_threshold: tsens_tz_sensor2 (/sys/devices/virtual/thermal/thermal_zone6/trip_point_1_type)
11-03 16:14:49.132   606   698 D ThermalEngine: TSENS threshold at 1 enabled: 1
11-03 16:14:49.132   606   698 I ThermalEngine: settimer: Start timer 0.250(sec)
11-03 16:14:49.132   606   698 D ThermalEngine: algo_monitor: Wait for EV
11-03 16:14:49.177  8222  8222 I cr_BrowserStartup: Initializing chromium process, singleProcess=true
11-03 16:14:49.184  8222  8222 W ResourceType: Failure getting entry for 0x7f13052f (t=18 e=1327) (error -2147483647)
11-03 16:14:49.189  1412  1437 D AutomaticBrightnessController: resetAutoBrightnessAdjustment: mScreenAutoBrightnessAdjustmentDiff reset to 0.
11-03 16:14:49.201  8261  8261 I subsystem_ramdump: Usage:./system/bin/subsystem_ramdump [arg1] [arg2] [arg3]
11-03 16:14:49.202  8261  8261 I subsystem_ramdump: [arg1]: (1/2) Ramdump location: 1: eMMC: /data/ramdump or 2: SD card: /sdcard/ramdump
11-03 16:14:49.202  8261  8261 I subsystem_ramdump: [arg2]: (1/0) 1: Enable RPM log / 0: Disable RPM log
11-03 16:14:49.202  8261  8261 I subsystem_ramdump: [arg3]: (1/0) 1: Enable qdss ramdump / 0: Disable qdss ramdump
11-03 16:14:49.202  8261  8261 E subsystem_ramdump: Directory /sdcard/ramdump does not exist
11-03 16:14:49.202  8261  8261 I subsystem_ramdump: Attemping to create /sdcard/ramdump
11-03 16:14:49.202  8261  8261 E subsystem_ramdump: Unable to create /sdcard/ramdump
11-03 16:14:49.202  8261  8261 E subsystem_ramdump: Unable to create /sdcard/ramdump
11-03 16:14:49.202  8261  8261 E subsystem_ramdump: Failed to initialize ramdump
11-03 16:14:49.197  8261  8261 W subsystem_ramdu: type=1400 audit(0.0:133353): avc: denied { search } for name="/" dev="sdcardfs" ino=794625 scontext=u:r:subsystem_ramdump:s0 tcontext=u:object_r:sdcardfs:s0 tclass=dir permissive=0
11-03 16:14:49.197  8261  8261 W subsystem_ramdu: type=1400 audit(0.0:133354): avc: denied { search } for name="/" dev="sdcardfs" ino=794625 scontext=u:r:subsystem_ramdump:s0 tcontext=u:object_r:sdcardfs:s0 tclass=dir permissive=0
11-03 16:14:49.236  1412  2664 D BatteryService: /data/anr/adb_enable file.exists() =  false
11-03 16:14:49.236  1412  2664 D BatteryService: mBatteryProps.batteryTemperature = 350,,mBatteryProps.batteryHealth=2
11-03 16:14:49.236  1412  2664 D BatteryService: mBatteryProps.batteryTemperature = 350,,mBatteryProps.batteryHealth=2
11-03 16:14:49.284  8222  8222 I art     : Rejecting re-init on previously-failed class java.lang.Class<lk>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/webkit/SafeBrowsingResponse;
11-03 16:14:49.284  8222  8222 I art     :   at In com.android.webview.chromium.WebViewChromiumFactoryProvider.a(android.webkit.WebView, android.content.Context) (PG:9)
11-03 16:14:49.284  8222  8222 I art     :   at void com.android.webview.chromium.WebViewChromium.init(java.util.Map, boolean) (PG:23)
11-03 16:14:49.284  8222  8222 I art     :   at void android.webkit.WebView.<init>(android.content.Context, android.util.AttributeSet, int, int, java.util.Map, boolean) (WebView.java:636)
11-03 16:14:49.284  8222  8222 I art     :   at void android.webkit.WebView.<init>(android.content.Context, android.util.AttributeSet, int, int) (WebView.java:572)
11-03 16:14:49.284  8222  8222 I art     :   at void android.webkit.WebView.<init>(android.content.Context, android.util.AttributeSet, int) (WebView.java:555)
11-03 16:14:49.284  8222  8222 I art     :   at void android.webkit.WebView.<init>(android.content.Context, android.util.AttributeSet) (WebView.java:542)
11-03 16:14:49.284  8222  8222 I art     :   at void com.getcapacitor.CapacitorWebView.<init>(android.content.Context, android.util.AttributeSet) (CapacitorWebView.java:18)
11-03 16:14:49.284  8222  8222 I art     :   at java.lang.Object java.lang.reflect.Constructor.newInstance0!(java.lang.Object[]) (Constructor.java:-2)
11-03 16:14:49.284  8222  8222 I art     :   at java.lang.Object java.lang.reflect.Constructor.newInstance(java.lang.Object[]) (Constructor.java:430)
11-03 16:14:49.284  8222  8222 I art     :   at android.view.View android.view.LayoutInflater.createView(java.lang.String, java.lang.String, android.util.AttributeSet) (LayoutInflater.java:652)
11-03 16:14:49.284  8222  8222 I art     :   at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:812)
11-03 16:14:49.284  8222  8222 I art     :   at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet) (LayoutInflater.java:752)
11-03 16:14:49.284  8222  8222 I art     :   at void android.view.LayoutInflater.rInflate(org.xmlpull.v1.XmlPullParser, android.view.View, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:883)
11-03 16:14:49.284  8222  8222 I art     :   at void android.view.LayoutInflater.rInflateChildren(org.xmlpull.v1.XmlPullParser, android.view.View, android.util.AttributeSet, boolean) (LayoutInflater.java:846)
11-03 16:14:49.284  8222  8222 I art     :   at android.view.View android.view.LayoutInflater.inflate(org.xmlpull.v1.XmlPullParser, android.view.ViewGroup, boolean) (LayoutInflater.java:522)
11-03 16:14:49.284  8222  8222 I art     :   at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup, boolean) (LayoutInflater.java:430)
11-03 16:14:49.284  8222  8222 I art     :   at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup) (LayoutInflater.java:377)
11-03 16:14:49.284  8222  8222 I art     :   at void android.support.v7.app.AppCompatDelegateImpl.setContentView(int) (AppCompatDelegateImpl.java:469)
11-03 16:14:49.284  8222  8222 I art     :   at void android.support.v7.app.AppCompatActivity.setContentView(int) (AppCompatActivity.java:140)
11-03 16:14:49.284  8222  8222 I art     :   at void com.getcapacitor.BridgeActivity.init(android.os.Bundle, java.util.List) (BridgeActivity.java:54)
11-03 16:14:49.284  8222  8222 I art     :   at void com.infini.approach.MainActivity.onCreate(android.os.Bundle) (MainActivity.java:16)
11-03 16:14:49.284  8222  8222 I art     :   at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:6868)
11-03 16:14:49.284  8222  8222 I art     :   at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1119)
11-03 16:14:49.284  8222  8222 I art     :   at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2676)
11-03 16:14:49.284  8222  8222 I art     :   at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2784)
11-03 16:14:49.284  8222  8222 I art     :   at void android.app.ActivityThread.-wrap12(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1)
11-03 16:14:49.284  8222  8222 I art     :   at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1523)
11-03 16:14:49.284  8222  8222 I art     :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:102)
11-03 16:14:49.284  8222  8222 I art     :   at void android.os.Looper.loop() (Looper.java:163)
11-03 16:14:49.284  8222  8222 I art     :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6238)
11-03 16:14:49.284  8222  8222 I art     :   at java.lang.Object java.lang.reflect.Method.invoke!(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-03 16:14:49.284  8222  8222 I art     :   at void com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run() (ZygoteInit.java:933)
11-03 16:14:49.284  8222  8222 I art     :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:823)
11-03 16:14:49.284  8222  8222 I art     : Caused by: java.lang.ClassNotFoundException: Didn't find class "android.webkit.SafeBrowsingResponse" on path: DexPathList[[zip file "/data/app/com.android.chrome-2/base.apk", zip file "/data/app/com.android.chrome-2/split_config.en.apk"],nativeLibraryDirectories=[/data/app/com.android.chrome-2/lib/arm64, /data/app/com.android.chrome-2/base.apk!/lib/arm64-v8a, /data/app/com.android.chrome-2/split_config.en.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64]]
11-03 16:14:49.284  8222  8222 I art     :   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:56)
11-03 16:14:49.284  8222  8222 I art     :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:380)
11-03 16:14:49.284  8222  8222 I art     :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
11-03 16:14:49.284  8222  8222 I art     :   at In com.android.webview.chromium.WebViewChromiumFactoryProvider.a(android.webkit.WebView, android.content.Context) (PG:9)
11-03 16:14:49.284  8222  8222 I art     :   at void com.android.webview.chromium.WebViewChromium.init(java.util.Map, boolean) (PG:23)
11-03 16:14:49.284  8222  8222 I art     :   at void android.webkit.WebView.<init>(android.content.Context, android.util.AttributeSet, int, int, java.util.Map, boolean) (WebView.java:636)
11-03 16:14:49.284  8222  8222 I art     :   at void android.webkit.WebView.<init>(android.content.Context, android.util.AttributeSet, int, int) (WebView.java:572)
11-03 16:14:49.284  8222  8222 I art     :   at void android.webkit.WebView.<init>(android.content.Context, android.util.AttributeSet, int) (WebView.java:555)
11-03 16:14:49.284  8222  8222 I art     :   at void android.webkit.WebView.<init>(android.content.Context, android.util.AttributeSet) (WebView.java:542)
11-03 16:14:49.284  8222  8222 I art     :   at void com.getcapacitor.CapacitorWebView.<init>(android.content.Context, android.util.AttributeSet) (CapacitorWebView.java:18)
11-03 16:14:49.284  8222  8222 I art     :   at java.lang.Object java.lang.reflect.Constructor.newInstance0!(java.lang.Object[]) (Constructor.java:-2)
11-03 16:14:49.284  8222  8222 I art     :   at java.lang.Object java.lang.reflect.Constructor.newInstance(java.lang.Object[]) (Constructor.java:430)
11-03 16:14:49.284  8222  8222 I art     :   at android.view.View android.view.LayoutInflater.createView(java.lang.String, java.lang.String, android.util.AttributeSet) (LayoutInflater.java:652)
11-03 16:14:49.284  8222  8222 I art     :   at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:812)
11-03 16:14:49.284  8222  8222 I art     :   at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet) (LayoutInflater.java:752)
11-03 16:14:49.284  8222  8222 I art     :   at void android.view.LayoutInflater.rInflate(org.xmlpull.v1.XmlPullParser, android.view.View, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:883)
11-03 16:14:49.284  8222  8222 I art     :   at void android.view.LayoutInflater.rInflateChildren(org.xmlpull.v1.XmlPullParser, android.view.View, android.util.AttributeSet, boolean) (LayoutInflater.java:846)
11-03 16:14:49.284  8222  8222 I art     :   at android.view.View android.view.LayoutInflater.inflate(org.xmlpull.v1.XmlPullParser, android.view.ViewGroup, boolean) (LayoutInflater.java:522)
11-03 16:14:49.284  8222  8222 I art     :   at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup, boolean) (LayoutInflater.java:430)
11-03 16:14:49.284  8222  8222 I art     :   at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup) (LayoutInflater.java:377)
11-03 16:14:49.284  8222  8222 I art     :   at void android.support.v7.app.AppCompatDelegateImpl.setContentView(int) (AppCompatDelegateImpl.java:469)
11-03 16:14:49.284  8222  8222 I art     :   at void android.support.v7.app.AppCompatActivity.setContentView(int) (AppCompatActivity.java:140)
11-03 16:14:49.284  8222  8222 I art     :   at void com.getcapacitor.BridgeActivity.init(android.os.Bundle, java.util.List) (BridgeActivity.java:54)
11-03 16:14:49.284  8222  8222 I art     :   at void com.infini.approach.MainActivity.onCreate(android.os.Bundle) (MainActivity.java:16)
11-03 16:14:49.284  8222  8222 I art     :   at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:6868)
11-03 16:14:49.284  8222  8222 I art     :   at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1119)
11-03 16:14:49.284  8222  8222 I art     :   at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2676)
11-03 16:14:49.284  8222  8222 I art     :   at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2784)
11-03 16:14:49.284  8222  8222 I art     :   at void android.app.ActivityThread.-wrap12(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1)
11-03 16:14:49.284  8222  8222 I art     :   at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1523)
11-03 16:14:49.284  8222  8222 I art     :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:102)
11-03 16:14:49.284  8222  8222 I art     :   at void android.os.Looper.loop() (Looper.java:163)
11-03 16:14:49.284  8222  8222 I art     :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6238)
11-03 16:14:49.284  8222  8222 I art     :   at java.lang.Object java.lang.reflect.Method.invoke!(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-03 16:14:49.284  8222  8222 I art     :   at void com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run() (ZygoteInit.java:933)
11-03 16:14:49.284  8222  8222 I art     :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:823)
11-03 16:14:49.284  8222  8222 I art     :
11-03 16:14:49.304  8222  8222 I art     : Rejecting re-init on previously-failed class java.lang.Class<hk>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/webkit/RenderProcessGoneDetail;
11-03 16:14:49.304  8222  8222 I art     :   at In com.android.webview.chromium.WebViewChromiumFactoryProvider.a(android.webkit.WebView, android.content.Context) (PG:9)
11-03 16:14:49.304  8222  8222 I art     :   at void com.android.webview.chromium.WebViewChromium.init(java.util.Map, boolean) (PG:23)
11-03 16:14:49.304  8222  8222 I art     :   at void android.webkit.WebView.<init>(android.content.Context, android.util.AttributeSet, int, int, java.util.Map, boolean) (WebView.java:636)
11-03 16:14:49.304  8222  8222 I art     :   at void android.webkit.WebView.<init>(android.content.Context, android.util.AttributeSet, int, int) (WebView.java:572)
11-03 16:14:49.304  8222  8222 I art     :   at void android.webkit.WebView.<init>(android.content.Context, android.util.AttributeSet, int) (WebView.java:555)
11-03 16:14:49.304  8222  8222 I art     :   at void android.webkit.WebView.<init>(android.content.Context, android.util.AttributeSet) (WebView.java:542)
11-03 16:14:49.304  8222  8222 I art     :   at void com.getcapacitor.CapacitorWebView.<init>(android.content.Context, android.util.AttributeSet) (CapacitorWebView.java:18)
11-03 16:14:49.304  8222  8222 I art     :   at java.lang.Object java.lang.reflect.Constructor.newInstance0!(java.lang.Object[]) (Constructor.java:-2)
11-03 16:14:49.304  8222  8222 I art     :   at java.lang.Object java.lang.reflect.Constructor.newInstance(java.lang.Object[]) (Constructor.java:430)
11-03 16:14:49.304  8222  8222 I art     :   at android.view.View android.view.LayoutInflater.createView(java.lang.String, java.lang.String, android.util.AttributeSet) (LayoutInflater.java:652)
11-03 16:14:49.304  8222  8222 I art     :   at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:812)
11-03 16:14:49.304  8222  8222 I art     :   at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet) (LayoutInflater.java:752)
11-03 16:14:49.304  8222  8222 I art     :   at void android.view.LayoutInflater.rInflate(org.xmlpull.v1.XmlPullParser, android.view.View, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:883)
11-03 16:14:49.304  8222  8222 I art     :   at void android.view.LayoutInflater.rInflateChildren(org.xmlpull.v1.XmlPullParser, android.view.View, android.util.AttributeSet, boolean) (LayoutInflater.java:846)
11-03 16:14:49.304  8222  8222 I art     :   at android.view.View android.view.LayoutInflater.inflate(org.xmlpull.v1.XmlPullParser, android.view.ViewGroup, boolean) (LayoutInflater.java:522)
11-03 16:14:49.304  8222  8222 I art     :   at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup, boolean) (LayoutInflater.java:430)
11-03 16:14:49.304  8222  8222 I art     :   at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup) (LayoutInflater.java:377)
11-03 16:14:49.304  8222  8222 I art     :   at void android.support.v7.app.AppCompatDelegateImpl.setContentView(int) (AppCompatDelegateImpl.java:469)
11-03 16:14:49.304  8222  8222 I art     :   at void android.support.v7.app.AppCompatActivity.setContentView(int) (AppCompatActivity.java:140)
11-03 16:14:49.304  8222  8222 I art     :   at void com.getcapacitor.BridgeActivity.init(android.os.Bundle, java.util.List) (BridgeActivity.java:54)
11-03 16:14:49.304  8222  8222 I art     :   at void com.infini.approach.MainActivity.onCreate(android.os.Bundle) (MainActivity.java:16)
11-03 16:14:49.304  8222  8222 I art     :   at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:6868)
11-03 16:14:49.304  8222  8222 I art     :   at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1119)
11-03 16:14:49.304  8222  8222 I art     :   at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2676)
11-03 16:14:49.304  8222  8222 I art     :   at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2784)
11-03 16:14:49.304  8222  8222 I art     :   at void android.app.ActivityThread.-wrap12(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1)
11-03 16:14:49.304  8222  8222 I art     :   at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1523)
11-03 16:14:49.304  8222  8222 I art     :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:102)
11-03 16:14:49.304  8222  8222 I art     :   at void android.os.Looper.loop() (Looper.java:163)
11-03 16:14:49.304  8222  8222 I art     :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6238)
11-03 16:14:49.304  8222  8222 I art     :   at java.lang.Object java.lang.reflect.Method.invoke!(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-03 16:14:49.304  8222  8222 I art     :   at void com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run() (ZygoteInit.java:933)
11-03 16:14:49.304  8222  8222 I art     :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:823)
11-03 16:14:49.304  8222  8222 I art     : Caused by: java.lang.ClassNotFoundException: Didn't find class "android.webkit.RenderProcessGoneDetail" on path: DexPathList[[zip file "/data/app/com.android.chrome-2/base.apk", zip file "/data/app/com.android.chrome-2/split_config.en.apk"],nativeLibraryDirectories=[/data/app/com.android.chrome-2/lib/arm64, /data/app/com.android.chrome-2/base.apk!/lib/arm64-v8a, /data/app/com.android.chrome-2/split_config.en.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64]]
11-03 16:14:49.304  8222  8222 I art     :   at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:56)
11-03 16:14:49.304  8222  8222 I art     :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:380)
11-03 16:14:49.304  8222  8222 I art     :   at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
11-03 16:14:49.304  8222  8222 I art     :   at In com.android.webview.chromium.WebViewChromiumFactoryProvider.a(android.webkit.WebView, android.content.Context) (PG:9)
11-03 16:14:49.304  8222  8222 I art     :   at void com.android.webview.chromium.WebViewChromium.init(java.util.Map, boolean) (PG:23)
11-03 16:14:49.304  8222  8222 I art     :   at void android.webkit.WebView.<init>(android.content.Context, android.util.AttributeSet, int, int, java.util.Map, boolean) (WebView.java:636)
11-03 16:14:49.304  8222  8222 I art     :   at void android.webkit.WebView.<init>(android.content.Context, android.util.AttributeSet, int, int) (WebView.java:572)
11-03 16:14:49.304  8222  8222 I art     :   at void android.webkit.WebView.<init>(android.content.Context, android.util.AttributeSet, int) (WebView.java:555)
11-03 16:14:49.304  8222  8222 I art     :   at void android.webkit.WebView.<init>(android.content.Context, android.util.AttributeSet) (WebView.java:542)
11-03 16:14:49.304  8222  8222 I art     :   at void com.getcapacitor.CapacitorWebView.<init>(android.content.Context, android.util.AttributeSet) (CapacitorWebView.java:18)
11-03 16:14:49.304  8222  8222 I art     :   at java.lang.Object java.lang.reflect.Constructor.newInstance0!(java.lang.Object[]) (Constructor.java:-2)
11-03 16:14:49.304  8222  8222 I art     :   at java.lang.Object java.lang.reflect.Constructor.newInstance(java.lang.Object[]) (Constructor.java:430)
11-03 16:14:49.304  8222  8222 I art     :   at android.view.View android.view.LayoutInflater.createView(java.lang.String, java.lang.String, android.util.AttributeSet) (LayoutInflater.java:652)
11-03 16:14:49.304  8222  8222 I art     :   at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:812)
11-03 16:14:49.304  8222  8222 I art     :   at android.view.View android.view.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet) (LayoutInflater.java:752)
11-03 16:14:49.304  8222  8222 I art     :   at void android.view.LayoutInflater.rInflate(org.xmlpull.v1.XmlPullParser, android.view.View, android.content.Context, android.util.AttributeSet, boolean) (LayoutInflater.java:883)
11-03 16:14:49.304  8222  8222 I art     :   at void android.view.LayoutInflater.rInflateChildren(org.xmlpull.v1.XmlPullParser, android.view.View, android.util.AttributeSet, boolean) (LayoutInflater.java:846)
11-03 16:14:49.304  8222  8222 I art     :   at android.view.View android.view.LayoutInflater.inflate(org.xmlpull.v1.XmlPullParser, android.view.ViewGroup, boolean) (LayoutInflater.java:522)
11-03 16:14:49.304  8222  8222 I art     :   at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup, boolean) (LayoutInflater.java:430)
11-03 16:14:49.304  8222  8222 I art     :   at android.view.View android.view.LayoutInflater.inflate(int, android.view.ViewGroup) (LayoutInflater.java:377)
11-03 16:14:49.304  8222  8222 I art     :   at void android.support.v7.app.AppCompatDelegateImpl.setContentView(int) (AppCompatDelegateImpl.java:469)
11-03 16:14:49.304  8222  8222 I art     :   at void android.support.v7.app.AppCompatActivity.setContentView(int) (AppCompatActivity.java:140)
11-03 16:14:49.304  8222  8222 I art     :   at void com.getcapacitor.BridgeActivity.init(android.os.Bundle, java.util.List) (BridgeActivity.java:54)
11-03 16:14:49.304  8222  8222 I art     :   at void com.infini.approach.MainActivity.onCreate(android.os.Bundle) (MainActivity.java:16)
11-03 16:14:49.304  8222  8222 I art     :   at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:6868)
11-03 16:14:49.304  8222  8222 I art     :   at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1119)
11-03 16:14:49.305  8222  8222 I art     :   at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2676)
11-03 16:14:49.305  8222  8222 I art     :   at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2784)
11-03 16:14:49.305  8222  8222 I art     :   at void android.app.ActivityThread.-wrap12(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1)
11-03 16:14:49.305  8222  8222 I art     :   at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1523)
11-03 16:14:49.305  8222  8222 I art     :   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:102)
11-03 16:14:49.305  8222  8222 I art     :   at void android.os.Looper.loop() (Looper.java:163)
11-03 16:14:49.305  8222  8222 I art     :   at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6238)
11-03 16:14:49.305  8222  8222 I art     :   at java.lang.Object java.lang.reflect.Method.invoke!(java.lang.Object, java.lang.Object[]) (Method.java:-2)
11-03 16:14:49.305  8222  8222 I art     :   at void com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run() (ZygoteInit.java:933)
11-03 16:14:49.305  8222  8222 I art     :   at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:823)
11-03 16:14:49.305  8222  8222 I art     :
11-03 16:14:49.329  1412  1428 W ActivityManager: Scheduling restart of crashed service com.qualcomm.qti.StatsPollManager/.StatsPollManagerService in 170005ms
11-03 16:14:49.382   606   698 D ThermalEngine: algo_monitor: Timer EVT
11-03 16:14:49.382   606   698 I ThermalEngine: Sensor:tsens_tz_sensor2:47000 mC
11-03 16:14:49.382   606   698 D ThermalEngine: handle_timer_sig: SS Id SS-POPMEM Read pop_mem 47000mC, Err 0mC, SampleCnt 1
11-03 16:14:49.382   606   698 D ThermalEngine: handle_timer_sig: SS Id SS-POPMEM, E0 0mC, E1 0mC
11-03 16:14:49.382   606   698 I ThermalEngine: settimer: Start timer 0.250(sec)
11-03 16:14:49.382   606   698 D ThermalEngine: algo_monitor: Wait for EV
11-03 16:14:49.475  8222  8222 D EgretLoader: EgretLoader(Context context)
11-03 16:14:49.478  8222  8222 D EgretLoader: The context is not activity
11-03 16:14:49.479  8222  8222 D Capacitor: Starting BridgeActivity
11-03 16:14:49.505  8222  8222 D Capacitor: Registering plugin: App
11-03 16:14:49.509  8222  8222 D Capacitor: Registering plugin: Accessibility
11-03 16:14:49.512  8222  8222 D Capacitor: Registering plugin: BackgroundTask
11-03 16:14:49.515  8222  8222 D Capacitor: Registering plugin: Browser
11-03 16:14:49.518  8222  8222 D Capacitor: Registering plugin: Camera
11-03 16:14:49.522  8222  8222 D Capacitor: Registering plugin: Clipboard
11-03 16:14:49.524  8222  8222 D Capacitor: Registering plugin: Device
11-03 16:14:49.527  8222  8222 D Capacitor: Registering plugin: LocalNotifications
11-03 16:14:49.535  8222  8222 D Capacitor: Registering plugin: Filesystem
11-03 16:14:49.539  8222  8222 D Capacitor: Registering plugin: Geolocation
11-03 16:14:49.545  8222  8222 D Capacitor: Registering plugin: Haptics
11-03 16:14:49.549  8222  8222 D Capacitor: Registering plugin: Keyboard
11-03 16:14:49.552  8222  8222 D Capacitor: Registering plugin: Modals
11-03 16:14:49.555  8222  8222 D Capacitor: Registering plugin: Network
11-03 16:14:49.557  8222  8222 D Capacitor: Registering plugin: Permissions
11-03 16:14:49.558  8222  8222 D Capacitor: Registering plugin: Photos
11-03 16:14:49.561  8222  8222 D Capacitor: Registering plugin: PushNotifications
11-03 16:14:49.567  8222  8222 D Capacitor: Registering plugin: Share
11-03 16:14:49.569  8222  8222 D Capacitor: Registering plugin: SplashScreen
11-03 16:14:49.571  8222  8222 D Capacitor: Registering plugin: StatusBar
11-03 16:14:49.574  8222  8222 D Capacitor: Registering plugin: Storage
11-03 16:14:49.578  8222  8222 D Capacitor: Registering plugin: Toast
11-03 16:14:49.580  8222  8222 D Capacitor: Registering plugin: WebView
11-03 16:14:49.618  8222  8222 E Capacitor: Unable to read file at path public/plugins
11-03 16:14:49.620  8222  8222 D Capacitor: Loading app at http://localhost
11-03 16:14:49.632   606   698 D ThermalEngine: algo_monitor: Timer EVT
11-03 16:14:49.632   606   698 I ThermalEngine: Sensor:tsens_tz_sensor2:47000 mC
11-03 16:14:49.632   606   698 D ThermalEngine: handle_timer_sig: SS Id SS-POPMEM Read pop_mem 47000mC, Err 0mC, SampleCnt 1
11-03 16:14:49.632   606   698 D ThermalEngine: handle_timer_sig: SS Id SS-POPMEM, E0 0mC, E1 0mC
11-03 16:14:49.632   606   698 D ThermalEngine: devices_manager_set_op_value: DEV cluster1, op_value 1248000
11-03 16:14:49.632   606   698 D ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1248000
11-03 16:14:49.632   606   698 I ThermalEngine: Mitigation:CLUSTER[1]:1248000 Khz
11-03 16:14:49.632   606   698 I ThermalEngine: increase_mitigation_lvl: SS Id SS-POPMEM, Device cluster1, Req. 1248000kHz, Applied  1248000kHz, TC delay 2
11-03 16:14:49.632   606   698 I ThermalEngine: settimer: Start timer 0.250(sec)
11-03 16:14:49.632   606   698 D ThermalEngine: algo_monitor: Wait for EV
11-03 16:14:49.731  8222  8271 W cr_media: Requires BLUETOOTH permission
11-03 16:14:49.739  8222  8283 E libEGL  : validate_display:99 error 3008 (EGL_BAD_DISPLAY)
11-03 16:14:49.741  8222  8283 I Adreno-EGL: <qeglDrvAPI_eglInitialize:379>: EGL 1.4 QUALCOMM build: Nondeterministic_AU_msm8937_64_LA.UM.5.5.R1__release_AU (I83a540a04a)
11-03 16:14:49.741  8222  8283 I Adreno-EGL: OpenGL ES Shader Compiler Version: XE031.09.00.04
11-03 16:14:49.741  8222  8283 I Adreno-EGL: Build Date: 09/18/17 Mon
11-03 16:14:49.741  8222  8283 I Adreno-EGL: Local Branch:
11-03 16:14:49.741  8222  8283 I Adreno-EGL: Remote Branch: quic/gfx-adreno.lnx.1.0.r5-rel
11-03 16:14:49.741  8222  8283 I Adreno-EGL: Local Patches: NONE
11-03 16:14:49.741  8222  8283 I Adreno-EGL: Reconstruct Branch: NOTHING
11-03 16:14:49.747  8283  8283 W Chrome_InProcGp: type=1400 audit(0.0:133355): avc: denied { read } for name="gpuclk" dev="sysfs" ino=20822 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:sysfs:s0 tclass=file permissive=0
11-03 16:14:49.759  8222  8283 W Adreno-ES20: <get_gpu_clk:229>: open failed: errno 13
11-03 16:14:49.821  8222  8222 D Capacitor/Plugin/LN: LocalNotification received: null
11-03 16:14:49.822  8222  8222 D Capacitor/Plugin/LN: Activity started without notification attached
11-03 16:14:49.859  8222  8283 W VideoCapabilities: Unrecognized profile 2130706433 for video/avc
11-03 16:14:49.860  8222  8283 W VideoCapabilities: Unrecognized profile 2130706434 for video/avc
11-03 16:14:49.870  8222  8283 W VideoCapabilities: Unrecognized profile 2130706433 for video/avc
11-03 16:14:49.870  8222  8283 W VideoCapabilities: Unrecognized profile 2130706434 for video/avc
11-03 16:14:49.873  8222  8283 W VideoCapabilities: Unrecognized profile 2130706433 for video/avc
11-03 16:14:49.874  8222  8283 W VideoCapabilities: Unrecognized profile 2130706434 for video/avc
11-03 16:14:49.882  8222  8283 W VideoCapabilities: Unsupported mime video/divx
11-03 16:14:49.882   606   698 D ThermalEngine: algo_monitor: Timer EVT
11-03 16:14:49.883   606   698 I ThermalEngine: Sensor:tsens_tz_sensor2:47000 mC
11-03 16:14:49.883   606   698 D ThermalEngine: handle_timer_sig: SS Id SS-POPMEM Read pop_mem 47000mC, Err 0mC, SampleCnt 1
11-03 16:14:49.883   606   698 D ThermalEngine: handle_timer_sig: SS Id SS-POPMEM, E0 0mC, E1 0mC
11-03 16:14:49.883   606   698 I ThermalEngine: settimer: Start timer 0.250(sec)
11-03 16:14:49.883   606   698 D ThermalEngine: algo_monitor: Wait for EV
11-03 16:14:49.885  8222  8283 W VideoCapabilities: Unsupported mime video/divx4
11-03 16:14:49.889  8222  8283 W VideoCapabilities: Unsupported mime video/mp4v-esdp
11-03 16:14:49.897  8222  8283 W VideoCapabilities: Unsupported mime video/mp4v-esdp
11-03 16:14:49.906  8222  8283 W Utils   : could not parse long range '35-34'
11-03 16:14:49.920  8222  8283 I VideoCapabilities: Unsupported profile 4 for video/mp4v-es
11-03 16:14:50.007  8283  8283 W Chrome_InProcGp: type=1400 audit(0.0:133356): avc: denied { read } for name="gpuclk" dev="sysfs" ino=20822 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:sysfs:s0 tclass=file permissive=0
11-03 16:14:50.020  8222  8283 W Adreno-ES20: <get_gpu_clk:229>: open failed: errno 13
11-03 16:14:50.044  8222  8222 D Capacitor: App started
11-03 16:14:50.071  8035  8035 D MediaScannerReceiver: action: android.intent.action.MEDIA_SCANNER_SCAN_FILE path: /storage/emulated/0/Pictures/JPEG_20191103_161435_742757972.jpg
11-03 16:14:50.101  1412  2664 D Boost   : hostingType=broadcast, hostingName=com.miui.securitycore/com.miui.xspace.receiver.MediaScannerReceiver, callerPackage=com.infini.approach, isSystem=false, isBoostNeeded=false.
11-03 16:14:50.101  1412  2664 I ActivityManager: Start proc 8295:com.miui.securitycore.remote/1000 for broadcast com.miui.securitycore/com.miui.xspace.receiver.MediaScannerReceiver caller=com.infini.approach
11-03 16:14:50.104  3829  3871 D PowerKeeper.Event: notifyAMProcStart processName: 1000 reason: com.miui.securitycore.remote, pid:0
11-03 16:14:50.133   606   698 D ThermalEngine: algo_monitor: Timer EVT
11-03 16:14:50.133   606   698 I ThermalEngine: Sensor:tsens_tz_sensor2:47000 mC
11-03 16:14:50.133   606   698 D ThermalEngine: handle_timer_sig: SS Id SS-POPMEM Read pop_mem 47000mC, Err 0mC, SampleCnt 1
11-03 16:14:50.133   606   698 D ThermalEngine: handle_timer_sig: SS Id SS-POPMEM, E0 0mC, E1 0mC
11-03 16:14:50.133   606   698 D ThermalEngine: devices_manager_set_op_value: DEV cluster1, op_value 1401000
11-03 16:14:50.133   606   698 D ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1401000
11-03 16:14:50.133   606   698 I ThermalEngine: Mitigation:CLUSTER[1]:1401000 Khz
11-03 16:14:50.133   606   698 I ThermalEngine: decrease_mitigation_lvl: SS Id SS-POPMEM, Device cluster1, Req. 1401000kHz, Applied  1401000kHz, TC delay 2
11-03 16:14:50.133   606   698 I ThermalEngine: Sensor:tsens_tz_sensor2:47000 mC
11-03 16:14:50.133   606   698 D ThermalEngine: handle_thresh_sig: SS Id SS-POPMEM, Read pop_mem 47000mC
11-03 16:14:50.133   606   698 I ThermalEngine: handle_thresh_sig: SS Id SS-POPMEM Transition State 2
11-03 16:14:50.133   606   698 D ThermalEngine: sensors_manager_set_thresh_lvl: tsens_tz_sensor2 Hi(0) 0, Lo(1) 44000, Interval(0) 0
11-03 16:14:50.133   606   698 D ThermalEngine: update_active_thresh: tsens_tz_sensor2 Active(1), Hi(0) 2147483647, Lo(1) 45000, Interval(1) 1000
11-03 16:14:50.134   606   698 D ThermalEngine: enable_threshold: tsens_tz_sensor2 (/sys/devices/virtual/thermal/thermal_zone6/trip_point_0_type)
11-03 16:14:50.134   606   698 D ThermalEngine: TSENS threshold at 0 enabled: 0
11-03 16:14:50.134   606   698 D ThermalEngine: Setting up TSENS thresholds low: 45
11-03 16:14:50.134   606   698 D ThermalEngine: enable_threshold: tsens_tz_sensor2 (/sys/devices/virtual/thermal/thermal_zone6/trip_point_1_type)
11-03 16:14:50.134   606   698 D ThermalEngine: TSENS threshold at 1 enabled: 1
11-03 16:14:50.134   606   698 I ThermalEngine: settimer: Start timer 0.250(sec)
11-03 16:14:50.134   606   698 D ThermalEngine: algo_monitor: Wait for EV
11-03 16:14:50.137  8295  8295 D TidaProvider: TidaProvider()
11-03 16:14:50.146  8295  8295 W ReflectionUtils:
11-03 16:14:50.146  8295  8295 W ReflectionUtils: java.lang.NoSuchMethodException: android.os.MessageQueue#enableMonitor()#bestmatch
11-03 16:14:50.146  8295  8295 W ReflectionUtils:       at miui.util.ReflectionUtils.findMethodBestMatch(ReflectionUtils.java:338)
11-03 16:14:50.146  8295  8295 W ReflectionUtils:       at miui.util.ReflectionUtils.findMethodBestMatch(ReflectionUtils.java:375)
11-03 16:14:50.146  8295  8295 W ReflectionUtils:       at miui.util.ReflectionUtils.callMethod(ReflectionUtils.java:800)
11-03 16:14:50.146  8295  8295 W ReflectionUtils:       at miui.util.ReflectionUtils.tryCallMethod(ReflectionUtils.java:818)
11-03 16:14:50.146  8295  8295 W ReflectionUtils:       at android.os.BaseLooper.enableMonitor(BaseLooper.java:47)
11-03 16:14:50.146  8295  8295 W ReflectionUtils:       at android.os.Looper.prepareMainLooper(Looper.java:112)
11-03 16:14:50.146  8295  8295 W ReflectionUtils:       at android.app.ActivityThread.main(ActivityThread.java:6221)
11-03 16:14:50.146  8295  8295 W ReflectionUtils:       at java.lang.reflect.Method.invoke(Native Method)
11-03 16:14:50.146  8295  8295 W ReflectionUtils:       at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:933)
11-03 16:14:50.146  8295  8295 W ReflectionUtils:       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:823)
11-03 16:14:50.146  8295  8295 V BoostFramework: BoostFramework() : mPerf = com.qualcomm.qti.Performance@e33db63
11-03 16:14:50.196  8295  8295 I art     : Starting a blocking GC AddRemoveAppImageSpace
11-03 16:14:50.197  8035  8294 D MediaScannerService: start scanning file: /storage/emulated/0/Pictures/JPEG_20191103_161435_742757972.jpg
11-03 16:14:50.199  8295  8295 W System  : ClassLoader referenced unknown path: /system/app/SecurityCoreAdd/lib/arm64
11-03 16:14:50.208  8295  8295 W ResourceType: No package identifier when getting name for resource number 0x00000000
11-03 16:14:50.238  8035  8294 D MediaScannerInjector: add /storage/emulated/0to white list
11-03 16:14:50.238  8035  8294 D MediaScannerInjector: add /storage/emulated/0/Alarmsto white list
11-03 16:14:50.239  8035  8294 D MediaScannerInjector: add /storage/emulated/0/DCIMto white list
11-03 16:14:50.239  8035  8294 D MediaScannerInjector: add /storage/emulated/0/DCIM/Camerato white list
11-03 16:14:50.239  8035  8294 D MediaScannerInjector: add /storage/emulated/0/DCIM/Screenshotsto white list
11-03 16:14:50.239  8035  8294 D MediaScannerInjector: add /storage/emulated/0/Downloadto white list
11-03 16:14:50.239  8035  8294 D MediaScannerInjector: add /storage/emulated/0/Moviesto white list
11-03 16:14:50.239  8035  8294 D MediaScannerInjector: add /storage/emulated/0/Musicto white list
11-03 16:14:50.239  8035  8294 D MediaScannerInjector: add /storage/emulated/0/Picturesto white list
11-03 16:14:50.239  8035  8294 D MediaScannerInjector: add /storage/emulated/0/Podcaststo white list
11-03 16:14:50.239  8035  8294 D MediaScannerInjector: add /storage/emulated/0/Ringtonesto white list
11-03 16:14:50.239  8035  8294 D MediaScannerInjector: add /storage/emulated/0/Notificationsto white list
11-03 16:14:50.247  8035  8294 I ExifInterface_JNI: Raw image not detected
11-03 16:14:50.248  8035  8294 W ExifInterface: Skip the tag entry since tag number is not defined: 39321
11-03 16:14:50.248  8035  8294 W ExifInterface: Skip the tag entry since tag number is not defined: 2
11-03 16:14:50.301  8295  8295 W ResourceType: No package identifier when getting name for resource number 0x00000000
11-03 16:14:50.302  8035  8294 D MediaScannerService: done scanning file: /storage/emulated/0/Pictures/JPEG_20191103_161435_742757972.jpg
11-03 16:14:50.306  8295  8295 D miuisdk : current sdk level is 15
11-03 16:14:50.306  8295  8295 D         : InitMiuiSdkHookClasses
11-03 16:14:50.306  8295  8295 I         : create_mem miui-classproxy page:0x7fb202a000, size:4096
11-03 16:14:50.309  8295  8295 I         : Never hook EnableMethodTracing
11-03 16:14:50.309  8295  8295 I         : Never hook DisableMethodTracing
11-03 16:14:50.309  8295  8295 I         : sConfigureStubsHookFlag is 0x3, so we must hook ConfigureStubs for methodtracing
11-03 16:14:50.309  8295  8295 I         : Hook ConfigureStubs
11-03 16:14:50.309  8295  8295 I         : create_mem miui-classproxy page:0x7face22000, size:4096
11-03 16:14:50.324  8295  8295 W ResourceType: No package identifier when getting name for resource number 0x00000000
11-03 16:14:50.354  8295  8295 D MI_STAT : initialize com.miui.securitycore, 2882303761517469555, default, false
11-03 16:14:50.384   606   698 D ThermalEngine: algo_monitor: Timer EVT
11-03 16:14:50.384   606   698 I ThermalEngine: Sensor:tsens_tz_sensor2:47000 mC
11-03 16:14:50.384   606   698 D ThermalEngine: handle_timer_sig: SS Id SS-POPMEM Read pop_mem 47000mC, Err 0mC, SampleCnt 1
11-03 16:14:50.384   606   698 D ThermalEngine: handle_timer_sig: SS Id SS-POPMEM, E0 0mC, E1 0mC
11-03 16:14:50.384   606   698 I ThermalEngine: settimer: Start timer 0.250(sec)
11-03 16:14:50.384   606   698 D ThermalEngine: algo_monitor: Wait for EV
11-03 16:14:50.388  8295  8320 D SdcardUtils: need reopen: true
11-03 16:14:50.634   606   698 D ThermalEngine: algo_monitor: Timer EVT
11-03 16:14:50.634   606   698 I ThermalEngine: Sensor:tsens_tz_sensor2:47000 mC
11-03 16:14:50.634   606   698 D ThermalEngine: handle_timer_sig: SS Id SS-POPMEM Read pop_mem 47000mC, Err 0mC, SampleCnt 1
11-03 16:14:50.634   606   698 D ThermalEngine: handle_timer_sig: SS Id SS-POPMEM, E0 0mC, E1 0mC
11-03 16:14:50.634   606   698 D ThermalEngine: devices_manager_set_op_value: DEV cluster1, op_value 1248000
11-03 16:14:50.634   606   698 D ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1248000
11-03 16:14:50.634   606   698 I ThermalEngine: Mitigation:CLUSTER[1]:1248000 Khz
11-03 16:14:50.635   606   698 I ThermalEngine: increase_mitigation_lvl: SS Id SS-POPMEM, Device cluster1, Req. 1248000kHz, Applied  1248000kHz, TC delay 2
11-03 16:14:50.635   606   698 I ThermalEngine: settimer: Start timer 0.250(sec)
11-03 16:14:50.635   606   698 D ThermalEngine: algo_monitor: Wait for EV
11-03 16:14:50.709  1412  2664 D BatteryService: /data/anr/adb_enable file.exists() =  false
11-03 16:14:50.709  1412  2664 D BatteryService: mBatteryProps.batteryTemperature = 350,,mBatteryProps.batteryHealth=2
11-03 16:14:50.709  1412  2664 D BatteryService: mBatteryProps.batteryTemperature = 350,,mBatteryProps.batteryHealth=2
11-03 16:14:50.709  8222  8222 I ExifInterface_JNI: Raw image not detected
11-03 16:14:50.710  8222  8222 W ExifInterface: Skip the tag entry since tag number is not defined: 39321
11-03 16:14:50.710  8222  8222 W ExifInterface: Skip the tag entry since tag number is not defined: 2
11-03 16:14:50.712  1650  1650 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
11-03 16:14:50.712  1910  2051 W QCNEJ   : |CORE| CNE received unexpected action: android.intent.action.BATTERY_CHANGED
11-03 16:14:50.712  8222  8222 I ExifInterface_JNI: Raw image not detected
11-03 16:14:50.712  8222  8222 W ExifInterface: Skip the tag entry since tag number is not defined: 39321
11-03 16:14:50.712  8222  8222 W ExifInterface: Skip the tag entry since tag number is not defined: 2
11-03 16:14:50.713  2603  2603 D SecurityCenter: update_battery
11-03 16:14:50.713  2603  2603 I BatteryInfoReceiver: ACTION_BATTERY_CHANGED
11-03 16:14:50.714  1650  1650 D KeyguardUpdateMonitor: handleBatteryUpdate
11-03 16:14:50.885   606   698 D ThermalEngine: algo_monitor: Timer EVT
11-03 16:14:50.885   606   698 I ThermalEngine: Sensor:tsens_tz_sensor2:47000 mC
11-03 16:14:50.885   606   698 D ThermalEngine: handle_timer_sig: SS Id SS-POPMEM Read pop_mem 47000mC, Err 0mC, SampleCnt 1
11-03 16:14:50.885   606   698 D ThermalEngine: handle_timer_sig: SS Id SS-POPMEM, E0 0mC, E1 0mC
11-03 16:14:50.885   606   698 I ThermalEngine: settimer: Start timer 0.250(sec)
11-03 16:14:50.885   606   698 D ThermalEngine: algo_monitor: Wait for EV
11-03 16:14:51.135   606   698 D ThermalEngine: algo_monitor: Timer EVT
11-03 16:14:51.135   606   698 I ThermalEngine: Sensor:tsens_tz_sensor2:46000 mC
11-03 16:14:51.135   606   698 D ThermalEngine: handle_timer_sig: SS Id SS-POPMEM Read pop_mem 46000mC, Err 1000mC, SampleCnt 1
11-03 16:14:51.135   606   698 D ThermalEngine: handle_timer_sig: SS Id SS-POPMEM, E0 1000mC, E1 0mC
11-03 16:14:51.135   606   698 D ThermalEngine: devices_manager_set_op_value: DEV cluster1, op_value 1401000
11-03 16:14:51.135   606   698 D ThermalEngine: ACTION: CLUSTER - Setting CLUSTER[1] to 1401000
11-03 16:14:51.135   606   698 I ThermalEngine: Mitigation:CLUSTER[1]:1401000 Khz
11-03 16:14:51.135   606   698 I ThermalEngine: decrease_mitigation_lvl: SS Id SS-POPMEM, Device cluster1, Req. 1401000kHz, Applied  1401000kHz, TC delay 1
11-03 16:14:51.135   606   698 I ThermalEngine: Sensor:tsens_tz_sensor2:46000 mC
11-03 16:14:51.135   606   698 D ThermalEngine: handle_thresh_sig: SS Id SS-POPMEM, Read pop_mem 46000mC
11-03 16:14:51.135   606   698 I ThermalEngine: handle_thresh_sig: SS Id SS-POPMEM Transition State 3
11-03 16:14:51.135   606   698 D ThermalEngine: device_clnt_cancel_request: DEV cluster1
11-03 16:14:51.135   606   698 D ThermalEngine: sensors_manager_set_thresh_lvl: tsens_tz_sensor2 Hi(1) 47000, Lo(0) 0, Interval(0) 0
11-03 16:14:51.135   606   698 D ThermalEngine: update_active_thresh: tsens_tz_sensor2 Active(1), Hi(1) 47000, Lo(1) 45000, Interval(1) 1000
11-03 16:14:51.136   606   698 D ThermalEngine: Setting up TSENS thresholds high: 47
11-03 16:14:51.136   606   698 D ThermalEngine: enable_threshold: tsens_tz_sensor2 (/sys/devices/virtual/thermal/thermal_zone6/trip_point_0_type)
11-03 16:14:51.136   606   698 D ThermalEngine: TSENS threshold at 0 enabled: 1
11-03 16:14:51.136   606   698 D ThermalEngine: Setting up TSENS thresholds low: 45
11-03 16:14:51.136   606   698 D ThermalEngine: enable_threshold: tsens_tz_sensor2 (/sys/devices/virtual/thermal/thermal_zone6/trip_point_1_type)
11-03 16:14:51.136   606   698 D ThermalEngine: TSENS threshold at 1 enabled: 1
11-03 16:14:51.136   606   698 I ThermalEngine: settimer: Start timer 0.000(sec)
11-03 16:14:51.136   606   698 D ThermalEngine: algo_monitor: Wait for EV
11-03 16:14:51.138   606   683 D ThermalEngine: tsens_uevent: tsens_tz_sensor2
11-03 16:14:51.138   606   684 D ThermalEngine: sensor_monitor: tsens_tz_sensor2 Reading 47000 .
11-03 16:14:51.138   606   684 I ThermalEngine: Sensor:tsens_tz_sensor2:47000 mC
11-03 16:14:51.138   606   684 D ThermalEngine: thresh_notify: SS Id SS-POPMEM, Update recieved pop_mem 47000
11-03 16:14:51.138   606   684 D ThermalEngine: update_active_thresh: tsens_tz_sensor2 Active(1), Hi(0) 2147483647, Lo(1) 45000, Interval(1) 1000
11-03 16:14:51.138   606   698 D ThermalEngine: algo_monitor: Thresh EVT
11-03 16:14:51.138   606   684 D ThermalEngine: enable_threshold: tsens_tz_sensor2 (/sys/devices/virtual/thermal/thermal_zone6/trip_point_0_type)
11-03 16:14:51.138   606   684 D ThermalEngine: TSENS threshold at 0 enabled: 0
11-03 16:14:51.138   606   684 D ThermalEngine: Setting up TSENS thresholds low: 45
11-03 16:14:51.138   606   684 D ThermalEngine: enable_threshold: tsens_tz_sensor2 (/sys/devices/virtual/thermal/thermal_zone6/trip_point_1_type)
11-03 16:14:51.138   606   684 D ThermalEngine: TSENS threshold at 1 enabled: 1
11-03 16:14:51.138   606   684 D ThermalEngine: sensor_monitor: tsens_tz_sensor2 Sensor wait.
11-03 16:14:51.138   606   698 I ThermalEngine: Sensor:tsens_tz_sensor2:47000 mC
11-03 16:14:51.138   606   698 D ThermalEngine: handle_thresh_sig: SS Id SS-POPMEM, Read pop_mem 47000mC
11-03 16:14:51.138   606   698 I ThermalEngine: handle_thresh_sig: SS Id SS-POPMEM Transition State 2
11-03 16:14:51.138   606   698 D ThermalEngine: sensors_manager_set_thresh_lvl: tsens_tz_sensor2 Hi(0) 0, Lo(1) 44000, Interval(0) 0
11-03 16:14:51.138   606   698 D ThermalEngine: update_active_thresh: tsens_tz_sensor2 Active(1), Hi(0) 2147483647, Lo(1) 45000, Interval(1) 1000
11-03 16:14:51.139   606   698 D ThermalEngine: enable_threshold: tsens_tz_sensor2 (/sys/devices/virtual/thermal/thermal_zone6/trip_point_0_type)
11-03 16:14:51.139   606   698 D ThermalEngine: TSENS threshold at 0 enabled: 0
11-03 16:14:51.139   606   698 D ThermalEngine: Setting up TSENS thresholds low: 45
11-03 16:14:51.139   606   698 D ThermalEngine: enable_threshold: tsens_tz_sensor2 (/sys/devices/virtual/thermal/thermal_zone6/trip_point_1_type)
11-03 16:14:51.139   606   698 D ThermalEngine: TSENS threshold at 1 enabled: 1
11-03 16:14:51.139   606   698 I ThermalEngine: settimer: Start timer 0.250(sec)
11-03 16:14:51.139   606   698 D ThermalEngine: algo_monitor: Timer EVT
11-03 16:14:51.139   606   698 I ThermalEngine: Sensor:tsens_tz_sensor2:46000 mC
11-03 16:14:51.139   606   698 D ThermalEngine: handle_timer_sig: SS Id SS-POPMEM Read pop_mem 46000mC, Err 1000mC, SampleCnt 0
11-03 16:14:51.139   606   698 D ThermalEngine: handle_timer_sig: SS Id SS-POPMEM, E0 1000mC, E1 0mC
11-03 16:14:51.139   606   698 I ThermalEngine: Sensor:tsens_tz_sensor2:46000 mC
11-03 16:14:51.139   606   698 D ThermalEngine: handle_thresh_sig: SS Id SS-POPMEM, Read pop_mem 46000mC
11-03 16:14:51.139   606   698 I ThermalEngine: handle_thresh_sig: SS Id SS-POPMEM Transition State 3
11-03 16:14:51.139   606   698 D ThermalEngine: device_clnt_cancel_request: DEV cluster1
11-03 16:14:51.139   606   698 D ThermalEngine: sensors_manager_set_thresh_lvl: tsens_tz_sensor2 Hi(1) 47000, Lo(0) 0, Interval(0) 0
11-03 16:14:51.139   606   698 D ThermalEngine: update_active_thresh: tsens_tz_sensor2 Ac
jcesarmobile commented 4 years ago

I can't reproduce, can you provide a sample app? Also, what's the Android version of the device?

sandstrom commented 4 years ago

According to OP the device is an Xiaomi Redmi 4A.


Probably not related, but we've seen a similar issue with OOM killing the app when taking photos. This is on iOS though, and not using the Camera plugin, so probably not related. But could be if this issue turns out to be OOM-related too. Just wanted to make a short note about it here, in case it helps.

dotNetkow commented 4 years ago

A suggestion - use CameraResultType.Uri along with lowering the quality (which you're already doing) instead of base 64. With smartphones able to take incredibly high-quality photos these days, I'm not surprised this could happen. Using base64 format means a huge amount of data is loaded into memory.

indraraj26 commented 4 years ago

@jcesarmobile I have added you in private repo (github) please check invite link and as well as apk which is in repo.

Reproduce:

  1. put 10 numbers as validation 1234567890
  2. click on upload picture take photo and hold there for 10 sec then tick.
  3. repeat second step 2-3 times and see the dom.

Device: Xiaomi Redmi 4A Android Version: 7.1.2

Edit: Hi @dotNetkow , I have tried with FILE_URI with cordova due to new version of webview which serve our app with localhost:// or ionic:// i get 404 file not found in iOS when i convert file with base64 ionic native.

Method with FileReader and base64: https://github.com/indraraj26/camera-test-ios/blob/master/src/app/home/home.page.ts Repo: https://github.com/ionic-team/cordova-plugin-ionic-webview/issues/500

Thank you.

sandstrom commented 4 years ago

@indraraj26 I agree with others, avoid base64.

We're doing something like this, perhaps it helps:

let takePhoto = function() {
  return CapacitorPlugins.Camera.getPhoto(cameraOptions)
    .then((cameraPhoto) => {
      return cameraPhoto.path; // `path` requires that result type is `CAMERA_RESULT_TYPE.Uri`
    })
    .catch((error) => {
      throw error;
    });
};

let convertBlob = function(fileUrl) {
  // converting Capacitor file URL to Blob,
  // from 'file://…' to 'http://localhost/_capacitor_file_…'
  let fileUrlHttp = Capacitor.convertFileSrc(fileUrl);

  return fetch(fileUrlHttp)
    .catch((err) => {
      throw new Error(`Photo fetch failed due to lack of response ('${err}')`);
    })
    .then((response) => {
      if (response.ok) {
        return response.blob();
      } else {
        throw new Error(`Photo fetch failed ('${response.statusText}')`);
      }
    });
};

// usage example (simple)
takePhoto().then((fileUrl) => {
  return convertToBlob(fileUrl);
});
indraraj26 commented 4 years ago

Thank you @sandstrom, Let me test with your code.

jcesarmobile commented 4 years ago

The app where you added me didn't build because of some missing variable.

Anyway, I tried once again calling getPhoto with your options and I can't make the app crash. But as it's been mentioned, base64 consumes a lot of memory and could cause this issue, we recommend using CameraResultType.Uri instead. it returns two paths, path is the native file path that you can use in native plugins, and webPath, it's a path that the webview understands, so can be used as src on images, on fetch/XHR, etc. I'll close since I was unable to reproduce.

ionitron-bot[bot] commented 1 year ago

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out.