求助: 荣耀手机开机解锁界面无限 crash

1次阅读

共计 2641 个字符,预计需要花费 7 分钟才能阅读完成。

adb 日志

--------- beginning of crash
08-25 04:14:00.506  2504  3614 E AndroidRuntime: *** FATAL EXCEPTION IN SYSTEM PROCESS: WifiEnhanceHandlerThread
08-25 04:14:00.506  2504  3614 E AndroidRuntime: java.lang.IllegalArgumentException: A BSSID had configured but MAC randomization setting is not NONE
08-25 04:14:00.506  2504  3614 E AndroidRuntime:        at android.net.wifi.SoftApConfiguration$Builder.build(SoftApConfiguration.java:1347)
08-25 04:14:00.506  2504  3614 E AndroidRuntime:        at com.hihonor.server.wifienhance.SoftApHelper.setSoftApConifgurationToRandomizationPersistent(SoftApHelper.java:417)
08-25 04:14:00.506  2504  3614 E AndroidRuntime:        at com.hihonor.server.wifienhance.SoftApHelper.(SoftApHelper.java:179)
08-25 04:14:00.506  2504  3614 E AndroidRuntime:        at com.hihonor.server.wifienhance.SoftApHelper.init(SoftApHelper.java:269)
08-25 04:14:00.506  2504  3614 E AndroidRuntime:        at com.hihonor.server.wifienhance.WifiEnhanceServiceImpl.lambda$handleBootCompleted$0(WifiEnhanceServiceImpl.java:348)
08-25 04:14:00.506  2504  3614 E AndroidRuntime:        at com.hihonor.server.wifienhance.WifiEnhanceServiceImpl.$r8$lambda$Q61pt1pI4ADurbygqpY6XrKJbfI(Unknown Source:0)
08-25 04:14:00.506  2504  3614 E AndroidRuntime:        at com.hihonor.server.wifienhance.WifiEnhanceServiceImpl$$ExternalSyntheticLambda0.run(Unknown Source:2)
08-25 04:14:00.506  2504  3614 E AndroidRuntime:        at android.os.Handler.handleCallback(Handler.java:996)
08-25 04:14:00.506  2504  3614 E AndroidRuntime:        at android.os.Handler.dispatchMessage(Handler.java:110)
08-25 04:14:00.506  2504  3614 E AndroidRuntime:        at android.os.Looper.loopOnce(Looper.java:210)
08-25 04:14:00.506  2504  3614 E AndroidRuntime:        at android.os.Looper.loop(Looper.java:302)
08-25 04:14:00.506  2504  3614 E AndroidRuntime:        at android.os.HandlerThread.run(HandlerThread.java:67)
08-25 04:14:00.633  3802  5370 E AndroidRuntime: FATAL EXCEPTION: VolumeDialogControllerImpl
08-25 04:14:00.633  3802  5370 E AndroidRuntime: Process: com.android.systemui, PID: 3802
08-25 04:14:00.633  3802  5370 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
08-25 04:14:00.636  5524  5524 E AndroidRuntime: FATAL EXCEPTION: main
08-25 04:14:00.636  5524  5524 E AndroidRuntime: Process: com.hihonor.android.findmydevice.master, PID: 5524
08-25 04:14:00.636  5524  5524 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
08-25 04:14:00.640  4233  4450 E AndroidRuntime: FATAL EXCEPTION: launcher-loader
08-25 04:14:00.640  4233  4450 E AndroidRuntime: Process: com.hihonor.android.launcher, PID: 4233
08-25 04:14:00.640  4233  4450 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause

看日志似乎和 wifi mac randomization 有关
已经尝试过
adb shell settings put global wifi_device_mac_randomization_enabled false
adb shell settings put global wifi_device_mac_randomization_enabled none
但错误依然出现

正文完
 0