零崎陆識 2021-07-23 02:13 采纳率: 0%
浏览 3362
已结题

Can't download Android Plugin component: android-plugin-resources: Check logs for details

用javaidea新建了一个Android项目构建完之后运行的时候报错Can't download Android Plugin component: android-plugin-resources: Check logs for details,下载不了安卓插件。想知道怎么解决
代码一点没动是创建时候的默认的
logcat报错如下:
2021-07-23 00:32:42.277 1808-1808/? E/perfprofd: unable to open configuration file /data/data/com.google.android.gms/files/perfprofd.conf
2021-07-23 00:32:44.879 1857-1857/? E/memtrack: Couldn't load memtrack module (No such file or directory)
2021-07-23 00:32:44.879 1857-1857/? E/android.os.Debug: failed to load memtrack module: -2
2021-07-23 00:32:45.280 1880-1880/? E/EmulatedCamera_Factory: Player was not connected to me. Using fake camera!
2021-07-23 00:32:45.289 1880-1880/? E/EmulatedCamera_HotplugThread: createFileIfNotExists: Could not create file '/data/misc/media/emulator.camera.hotplug.0', error: 'Permission denied' (13)
2021-07-23 00:32:45.289 1880-1880/? E/EmulatedCamera_HotplugThread: createFileIfNotExists: Could not create file '/data/misc/media/emulator.camera.hotplug.1', error: 'Permission denied' (13)
2021-07-23 00:32:45.448 1875-1875/? E/SurfaceFlinger: hwcomposer module not found
2021-07-23 00:32:45.504 1879-1879/? E/RadioService: couldn't load radio module radio.primary (No such file or directory)
2021-07-23 00:32:45.504 1879-1879/? E/SoundTriggerHwService: couldn't load sound trigger module sound_trigger.primary (No such file or directory)
2021-07-23 00:32:45.570 1878-1878/? E/memtrack: Couldn't load memtrack module (No such file or directory)
2021-07-23 00:32:45.570 1878-1878/? E/android.os.Debug: failed to load memtrack module: -2
2021-07-23 00:32:45.799 1888-1888/? E/Netd: cannot find interface dummy0
2021-07-23 00:32:45.831 1888-1888/? E/Netd: Unable to create netlink socket: Protocol not supported
2021-07-23 00:32:46.243 1878-1878/? E/Typeface: Error mapping font file /system/fonts/DroidSansFallback.ttf
2021-07-23 00:32:46.944 1878-1878/? E/Zygote: Not whitelisted : /dev/ccid_ctrl
2021-07-23 00:32:47.373 2172-2172/? E/PowerManagerService-JNI: Couldn't load power module (No such file or directory)
2021-07-23 00:32:47.494 2172-2172/? E/art: DexFile_getDexOptNeeded file '/system/framework/org.apache.http.legacy.jar' does not exist
2021-07-23 00:32:48.486 2172-2172/? E/PackageManager: There should probably be a verifier, but, none were found
2021-07-23 00:32:48.525 2172-2188/? E/BluetoothAdapter: Bluetooth binder is null
2021-07-23 00:32:48.529 2172-2188/? E/BatteryStatsService: no controller energy info supplied
2021-07-23 00:32:48.529 2172-2188/? E/KernelCpuSpeedReader: Failed to read cpu-freq: /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state (No such file or directory)
2021-07-23 00:32:48.529 2172-2188/? E/KernelUidCpuTimeReader: Failed to read uid_cputime: /proc/uid_cputime/show_uid_stat (No such file or directory)
2021-07-23 00:32:48.530 2172-2188/? E/BatteryStatsService: power: gPowerModule not loaded
2021-07-23 00:32:48.531 2172-2188/? E/KernelCpuSpeedReader: Failed to read cpu-freq: /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state (No such file or directory)
2021-07-23 00:32:48.531 2172-2188/? E/KernelUidCpuTimeReader: Failed to read uid_cputime: /proc/uid_cputime/show_uid_stat (No such file or directory)
2021-07-23 00:32:48.618 2172-2172/? E/ConsumerIrService: Can't open consumer IR HW Module, error: -2
2021-07-23 00:32:48.635 2172-2209/? E/EventHub: could not get driver version for /dev/input/mouse1, Not a typewriter
2021-07-23 00:32:48.767 2172-2209/? E/EventHub: could not get driver version for /dev/input/mouse0, Not a typewriter
2021-07-23 00:32:48.831 2172-2209/? E/EventHub: could not get driver version for /dev/input/mice, Not a typewriter
2021-07-23 00:32:48.942 2172-2172/? E/WifiLogger: no ring buffers found
2021-07-23 00:32:48.942 2172-2172/? E/WifiLogger: Failed to start packet fate monitoring
2021-07-23 00:32:48.946 2172-2172/? E/IpConfigStore: Error parsing configuration: java.io.FileNotFoundException: /data/misc/ethernet/ipconfig.txt (No such file or directory)
2021-07-23 00:32:48.949 2172-2172/? E/ConnectivityService: Ignoring protectedNetwork 10
2021-07-23 00:32:48.949 2172-2172/? E/ConnectivityService: Ignoring protectedNetwork 11
2021-07-23 00:32:48.949 2172-2172/? E/ConnectivityService: Ignoring protectedNetwork 12
2021-07-23 00:32:48.949 2172-2172/? E/ConnectivityService: Ignoring protectedNetwork 14
2021-07-23 00:32:48.949 2172-2172/? E/ConnectivityService: Ignoring protectedNetwork 15
2021-07-23 00:32:48.964 2172-2172/? E/BitmapFactory: Unable to decode stream: java.io.FileNotFoundException: /data/system/users/0/wallpaper_orig (No such file or directory)
2021-07-23 00:32:48.964 2172-2172/? E/WallpaperManagerService: Invalid wallpaper data
2021-07-23 00:32:48.964 2172-2172/? E/WallpaperManagerService: Unable to apply new wallpaper
2021-07-23 00:32:48.977 2172-2183/? E/BatteryStatsService: power: gPowerModule not loaded
2021-07-23 00:32:48.977 2172-2185/? E/KernelCpuSpeedReader: Failed to read cpu-freq: /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state (No such file or directory)
2021-07-23 00:32:48.977 2172-2185/? E/KernelUidCpuTimeReader: Failed to read uid_cputime: /proc/uid_cputime/show_uid_stat (No such file or directory)
2021-07-23 00:32:48.987 2172-2172/? E/HardwarePropertiesManagerService-JNI: Couldn't load thermal module (No such file or directory)
2021-07-23 00:32:48.992 2172-2172/? E/ContextHubService: ** Could not load context_hub module : err No such file or directory
2021-07-23 00:32:49.045 2172-2172/? E/LockSettingsStorage: Cannot read file java.io.FileNotFoundException: /data/system/gatekeeper.password.key: open failed: ENOENT (No such file or directory)
2021-07-23 00:32:49.045 2172-2172/? E/LockSettingsStorage: Cannot read file java.io.FileNotFoundException: /data/system/password.key: open failed: ENOENT (No such file or directory)
2021-07-23 00:32:49.046 2172-2172/? E/LockSettingsStorage: Cannot read file java.io.FileNotFoundException: /data/system/gatekeeper.pattern.key: open failed: ENOENT (No such file or directory)
2021-07-23 00:32:49.046 2172-2172/? E/LockSettingsStorage: Cannot read file java.io.FileNotFoundException: /data/system/gatekeeper.gesture.key: open failed: ENOENT (No such file or directory)
2021-07-23 00:32:49.046 2172-2172/? E/LockSettingsStorage: Cannot read file java.io.FileNotFoundException: /data/system/gesture.key: open failed: ENOENT (No such file or directory)
2021-07-23 00:32:49.063 2172-2194/? E/KernelCpuSpeedReader: Failed to read cpu-freq: /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state (No such file or directory)
2021-07-23 00:32:49.064 2172-2194/? E/KernelUidCpuTimeReader: Failed to read uid_cputime: /proc/uid_cputime/show_uid_stat (No such file or directory)
2021-07-23 00:32:49.073 2172-2172/? E/InputMethodManagerService: Ignoring updateSystemUiLocked due to an invalid token. uid:1000 token:null
2021-07-23 00:32:49.073 2172-2172/? E/BitmapFactory: Unable to decode stream: java.io.FileNotFoundException: /data/system/users/0/wallpaper_orig (No such file or directory)
2021-07-23 00:32:49.073 2172-2172/? E/WallpaperManagerService: Invalid wallpaper data
2021-07-23 00:32:49.073 2172-2172/? E/WallpaperManagerService: Unable to apply new wallpaper
2021-07-23 00:32:49.086 1878-1878/? E/Zygote: Not whitelisted : /dev/ccid_ctrl
2021-07-23 00:32:49.104 1878-1878/? E/Zygote: Not whitelisted : /dev/ccid_ctrl
2021-07-23 00:32:49.120 2172-2258/? E/WVMExtractor: Failed to open libwvm.so: dlopen failed: library "libwvm.so" not found
2021-07-23 00:32:49.285 2172-2172/? E/LocationManagerService: no geocoder provider found
2021-07-23 00:32:49.285 2172-2172/? E/FlpHardwareProvider: Error hw_get_module 'flp': -2
2021-07-23 00:32:49.286 2172-2172/? E/ActivityRecognitionHardware: Error hw_get_module: -2
2021-07-23 00:32:49.286 2172-2172/? E/ActivityRecognitionProxy: ServiceWatcher could not start.
2021-07-23 00:32:49.295 1878-1878/? E/Zygote: Not whitelisted : /dev/ccid_ctrl
2021-07-23 00:32:49.353 1878-1878/? E/Zygote: Not whitelisted : /dev/ccid_ctrl
2021-07-23 00:32:49.380 2172-2184/? E/GnssLocationProvider: no AGPS interface in set_agps_server
2021-07-23 00:32:49.395 2172-2184/? E/GnssLocationProvider: no AGPS interface in set_agps_server
2021-07-23 00:32:49.560 1888-2165/? E/SoftapController: Softap fwReload - NULL path for STA
2021-07-23 00:32:49.562 2172-2219/? E/WifiMonitor: killSupplicant p2pfalse init.svc.wpa_supplicant=unknown init.svc.p2p_supplicant=unknown
2021-07-23 00:32:49.562 2172-2219/? E/wifi: Can not initialize the vendor function pointer table
2021-07-23 00:32:49.562 2172-2219/? E/WifiNative-HAL: Could not start hal
2021-07-23 00:32:49.562 2172-2219/? E/WifiStateMachine: Failed to start HAL
2021-07-23 00:32:49.867 2172-2328/? E/ActivityThread: Failed to find provider info for call_log
2021-07-23 00:32:49.881 2240-2330/? E/WVMExtractor: Failed to open libwvm.so: dlopen failed: library "libwvm.so" not found
2021-07-23 00:32:49.965 1884-1884/? E/OMXNodeInstance: getParameter(75c0001:ffmpeg.aac.decoder, ??(0x6f400005)) ERROR: UnsupportedIndex(0x8000101a)
2021-07-23 00:32:49.978 1884-1913/? E/OMXNodeInstance: getExtensionIndex(75c000c:ffmpeg.divx.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a)
2021-07-23 00:32:49.979 1884-1913/? E/OMXNodeInstance: getExtensionIndex(75c000d:ffmpeg.flv1.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a)
2021-07-23 00:32:49.981 1884-1913/? E/OMXNodeInstance: getExtensionIndex(75c000e:ffmpeg.mpeg2.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a)
2021-07-23 00:32:49.983 1884-1913/? E/OMXNodeInstance: getExtensionIndex(75c000f:ffmpeg.mpeg4.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a)
2021-07-23 00:32:49.986 1884-1913/? E/OMXNodeInstance: getExtensionIndex(75c0010:ffmpeg.h263.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a)
2021-07-23 00:32:49.988 1884-1913/? E/OMXNodeInstance: getExtensionIndex(75c0011:ffmpeg.hevc.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a)
2021-07-23 00:32:49.989 1884-1913/? E/OMXNodeInstance: getExtensionIndex(75c0012:ffmpeg.vp8.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a)
2021-07-23 00:32:49.991 1884-1913/? E/OMXNodeInstance: getExtensionIndex(75c0013:ffmpeg.rv.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a)
2021-07-23 00:32:49.996 1884-1884/? E/OMXNodeInstance: getExtensionIndex(75c0014:ffmpeg.vc1.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a)
2021-07-23 00:32:49.999 1884-1913/? E/OMXNodeInstance: getExtensionIndex(75c0015:ffmpeg.vtrial.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a)
2021-07-23 00:32:50.000 1884-1884/? E/OMXNodeInstance: getExtensionIndex(75c0016:ffmpeg.wmv.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a)
2021-07-23 00:32:50.010 2172-2229/? E/ActivityThread: Failed to find provider info for com.android.calendar
2021-07-23 00:32:50.010 2172-2229/? E/ActivityThread: Failed to find provider info for com.android.calendar
2021-07-23 00:32:50.136 2172-2184/? E/GnssLocationProvider: no AGPS interface in set_agps_server
2021-07-23 00:32:50.176 2321-2321/? E/wpa_supplicant: global ctrl interface @android:wpa_eth1 matches ctrl interface eth1 - do not open per-interface ctrl interface
2021-07-23 00:32:50.184 2172-2219/? E/IpConfigStore: Error parsing configuration: java.io.FileNotFoundException: /data/misc/wifi/ipconfig.txt (No such file or directory)
2021-07-23 00:32:50.186 2172-2219/? E/WifiLogger: no ring buffers found
2021-07-23 00:32:50.186 2172-2219/? E/WifiLogger: Failed to start packet fate monitoring
2021-07-23 00:32:50.194 2172-2188/? E/BatteryStatsService: no controller energy info supplied
2021-07-23 00:32:50.194 2172-2188/? E/KernelCpuSpeedReader: Failed to read cpu-freq: /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state (No such file or directory)
2021-07-23 00:32:50.195 2172-2188/? E/KernelUidCpuTimeReader: Failed to read uid_cputime: /proc/uid_cputime/show_uid_stat (No such file or directory)
2021-07-23 00:32:50.203 2172-2188/? E/BatteryStatsService: no controller energy info supplied
2021-07-23 00:32:50.204 2172-2188/? E/KernelCpuSpeedReader: Failed to read cpu-freq: /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state (No such file or directory)
2021-07-23 00:32:50.204 2172-2188/? E/KernelUidCpuTimeReader: Failed to read uid_cputime: /proc/uid_cputime/show_uid_stat (No such file or directory)
2021-07-23 00:32:50.237 2289-2431/? E/ActivityThread: Failed to find provider info for com.android.contacts
2021-07-23 00:32:50.253 1884-1913/? E/OMXNodeInstance: getExtensionIndex(75c0024:google.mpeg4.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a)
2021-07-23 00:32:50.264 1884-2382/? E/OMXNodeInstance: getExtensionIndex(75c0025:google.h263.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a)
2021-07-23 00:32:50.286 1884-1884/? E/OMXNodeInstance: getExtensionIndex(75c0026:google.h264.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a)
2021-07-23 00:32:50.287 2289-2289/? E/PhoneInterfaceManager: [PhoneIntfMgr] getIccId: No UICC
2021-07-23 00:32:50.289 2172-2184/? E/GnssLocationProvider: no AGPS interface in set_agps_server
2021-07-23 00:32:50.305 2289-2289/? E/PhoneInterfaceManager: [PhoneIntfMgr] getIccId: No UICC
2021-07-23 00:32:50.312 1884-1884/? E/OMXNodeInstance: getExtensionIndex(75c0027:google.hevc.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a)
2021-07-23 00:32:50.325 1884-1884/? E/OMXNodeInstance: getExtensionIndex(75c0028:google.vp8.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a)
2021-07-23 00:32:50.329 1884-2382/? E/OMXNodeInstance: getExtensionIndex(75c0029:google.vp9.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a)
2021-07-23 00:32:50.330 1880-2287/? E/CameraService: getCameraPriorityFromProcState: Received invalid process state -1 from ActivityManagerService!
2021-07-23 00:32:50.332 1887-2455/? E/WVMExtractor: Failed to open libwvm.so: dlopen failed: library "libwvm.so" not found
2021-07-23 00:32:50.340 1884-1913/? E/OMXNodeInstance: getConfig(75c002a:google.h263.encoder, ConfigAndroidIntraRefresh(0x6f60000a)) ERROR: Undefined(0x80001001)
2021-07-23 00:32:50.352 1884-1913/? E/OMXNodeInstance: getConfig(75c002c:google.mpeg4.encoder, ConfigAndroidIntraRefresh(0x6f60000a)) ERROR: Undefined(0x80001001)
2021-07-23 00:32:50.364 1884-2382/? E/OMXNodeInstance: getConfig(75c002d:google.vp8.encoder, ConfigAndroidIntraRefresh(0x6f60000a)) ERROR: Undefined(0x80001001)
2021-07-23 00:32:50.382 1878-1878/? E/Zygote: Not whitelisted : /dev/ccid_ctrl
2021-07-23 00:32:50.433 2493-2493/? E/bootstat: Failed to read /data/misc/bootstat/post_decrypt_time_elapsed: No such file or directory
2021-07-23 00:32:50.433 2493-2493/? E/bootstat: Failed to parse boot time record: /data/misc/bootstat/post_decrypt_time_elapsed
2021-07-23 00:32:50.513 2240-2240/? E/CameraManagerGlobal: Camera service is unavailable
2021-07-23 00:32:50.612 1878-1878/? E/Zygote: Not whitelisted : /dev/ccid_ctrl
2021-07-23 00:32:50.635 1878-1878/? E/Zygote: Not whitelisted : /dev/ccid_ctrl
2021-07-23 00:32:50.643 1878-1878/? E/Zygote: Not whitelisted : /dev/ccid_ctrl
2021-07-23 00:32:50.667 2289-2289/? E/PhoneInterfaceManager: [PhoneIntfMgr] getCarrierPackageNamesForIntent: No UICC
2021-07-23 00:32:50.723 1878-1878/? E/Zygote: Not whitelisted : /dev/ccid_ctrl
2021-07-23 00:32:50.848 1878-1878/? E/Zygote: Not whitelisted : /dev/ccid_ctrl
2021-07-23 00:32:50.860 1875-1875/? E/Layer: [com.android.systemui.ImageWallpaper] rejecting buffer: bufWidth=1920, bufHeight=1080, front.active.{w=1, h=1}
2021-07-23 00:32:51.080 2172-2184/? E/GnssLocationProvider: no AGPS interface in set_agps_server
2021-07-23 00:32:51.425 2581-2581/? E/memtrack: Couldn't load memtrack module (No such file or directory)
2021-07-23 00:32:51.425 2581-2581/? E/android.os.Debug: failed to load memtrack module: -2
2021-07-23 00:32:51.604 2172-2219/? E/WifiNative-HAL: setBssidBlacklist cmd 0 size 0
2021-07-23 00:32:51.621 2505-2505/? E/EmulatedCamera_HotplugThread: createFileIfNotExists: Could not create file '/data/misc/media/emulator.camera.hotplug.0', error: 'Permission denied' (13)
2021-07-23 00:32:51.621 2505-2505/? E/EmulatedCamera_HotplugThread: createFileIfNotExists: Could not create file '/data/misc/media/emulator.camera.hotplug.1', error: 'Permission denied' (13)
2021-07-23 00:32:51.622 2172-2219/? E/WifiStateMachine: Did not find remoteAddress {172.16.45.2} in /proc/net/arp
2021-07-23 00:32:51.676 2172-2223/? E/ConnectivityService: Exception in setupDataActivityTracking java.lang.IllegalStateException: command '26 idletimer add eth1 15 1' failed with '400 26 Failed to add interface'
2021-07-23 00:32:51.701 1868-1868/? E/NOX: recv() error
2021-07-23 00:32:51.709 2289-2289/? E/CarrierConfigLoader: Cannot restore config with null packageName or iccid.
2021-07-23 00:32:51.711 1878-1878/? E/Zygote: Not whitelisted : /dev/ccid_ctrl
2021-07-23 00:32:51.724 1878-1878/? E/Zygote: Not whitelisted : /dev/ccid_ctrl
2021-07-23 00:32:51.921 2253-2280/? E/sdcard: opendir /data/media/0/Apps failed: Permission denied
2021-07-23 00:32:51.926 2289-2289/? E/CarrierConfigLoader: Cannot save config with null packageName or iccid.
2021-07-23 00:32:51.927 2289-2289/? E/PhoneInterfaceManager: [PhoneIntfMgr] getCarrierPackageNamesForIntent: No UICC
2021-07-23 00:32:51.945 1878-1878/? E/Zygote: Not whitelisted : /dev/ccid_ctrl
2021-07-23 00:32:52.011 2289-2289/? E/VvmBootCompletedRcvr: phone account ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [e0184adedf913b076626646d3f52c3b49c39ad6d], UserHandle{0} has invalid subId -1
2021-07-23 00:32:52.012 1878-1878/? E/Zygote: Not whitelisted : /dev/ccid_ctrl
2021-07-23 00:32:52.323 2253-2280/? E/sdcard: opendir /data/media/0/Apps failed: Permission denied
2021-07-23 00:32:57.059 2820-2820/? E/memtrack: Couldn't load memtrack module (No such file or directory)
2021-07-23 00:32:57.059 2820-2820/? E/android.os.Debug: failed to load memtrack module: -2
2021-07-23 00:32:57.336 1878-1878/? E/Zygote: Not whitelisted : /dev/ccid_ctrl
2021-07-23 00:32:57.755 2857-2857/? E/memtrack: Couldn't load memtrack module (No such file or directory)
2021-07-23 00:32:57.755 2857-2857/? E/android.os.Debug: failed to load memtrack module: -2
2021-07-23 00:32:58.574 1868-1868/? E/NOX: recv() error
2021-07-23 00:32:58.590 2917-2917/? E/memtrack: Couldn't load memtrack module (No such file or directory)
2021-07-23 00:32:58.590 2917-2917/? E/android.os.Debug: failed to load memtrack module: -2
2021-07-23 00:33:02.284 2975-2975/? E/memtrack: Couldn't load memtrack module (No such file or directory)
2021-07-23 00:33:02.284 2975-2975/? E/android.os.Debug: failed to load memtrack module: -2
2021-07-23 00:33:40.330 3046-3046/? E/memtrack: Couldn't load memtrack module (No such file or directory)
2021-07-23 00:33:40.330 3046-3046/? E/android.os.Debug: failed to load memtrack module: -2
2021-07-23 01:02:43.348 2172-2188/? E/BatteryStatsService: no controller energy info supplied
2021-07-23 01:02:43.348 2172-2188/? E/BatteryStatsService: no controller energy info supplied
2021-07-23 01:02:43.350 2172-2188/? E/KernelCpuSpeedReader: Failed to read cpu-freq: /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state (No such file or directory)
2021-07-23 01:02:43.350 2172-2188/? E/KernelUidCpuTimeReader: Failed to read uid_cputime: /proc/uid_cputime/show_uid_stat (No such file or directory)
2021-07-23 01:02:43.350 2172-2188/? E/BatteryStatsService: modem info is invalid: ModemActivityInfo{ mTimestamp=0 mSleepTimeMs=0 mIdleTimeMs=0 mTxTimeMs[]=[0, 0, 0, 0, 0] mRxTimeMs=0 mEnergyUsed=0}
2021-07-23 01:32:43.350 2172-2188/? E/BatteryStatsService: no controller energy info supplied
2021-07-23 01:32:43.350 2172-2188/? E/BatteryStatsService: no controller energy info supplied
2021-07-23 01:32:43.352 2172-2188/? E/KernelCpuSpeedReader: Failed to read cpu-freq: /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state (No such file or directory)
2021-07-23 01:32:43.352 2172-2188/? E/KernelUidCpuTimeReader: Failed to read uid_cputime: /proc/uid_cputime/show_uid_stat (No such file or directory)
2021-07-23 01:32:43.352 2172-2188/? E/BatteryStatsService: modem info is invalid: ModemActivityInfo{ mTimestamp=0 mSleepTimeMs=0 mIdleTimeMs=0 mTxTimeMs[]=[0, 0, 0, 0, 0] mRxTimeMs=0 mEnergyUsed=0}
2021-07-23 02:02:43.353 2172-2188/? E/BatteryStatsService: no controller energy info supplied
2021-07-23 02:02:43.353 2172-2188/? E/BatteryStatsService: no controller energy info supplied
2021-07-23 02:02:43.354 2172-2188/? E/KernelCpuSpeedReader: Failed to read cpu-freq: /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state (No such file or directory)
2021-07-23 02:02:43.354 2172-2188/? E/KernelUidCpuTimeReader: Failed to read uid_cputime: /proc/uid_cputime/show_uid_stat (No such file or directory)
2021-07-23 02:02:43.355 2172-2188/? E/BatteryStatsService: modem info is invalid: ModemActivityInfo{ mTimestamp=0 mSleepTimeMs=0 mIdleTimeMs=0 mTxTimeMs[]=[0, 0, 0, 0, 0] mRxTimeMs=0 mEnergyUsed=0}

  • 写回答

1条回答 默认 最新

  • 有问必答小助手 2021-07-26 18:55
    关注

    你好,我是有问必答小助手,非常抱歉,本次您提出的有问必答问题,技术专家团超时未为您做出解答

    本次提问扣除的有问必答次数,将会以问答VIP体验卡(1次有问必答机会、商城购买实体图书享受95折优惠)的形式为您补发到账户。

    ​​​​因为有问必答VIP体验卡有效期仅有1天,您在需要使用的时候【私信】联系我,我会为您补发。

    评论

报告相同问题?

问题事件

  • 系统已结题 7月31日
  • 创建了问题 7月23日

悬赏问题

  • ¥15 请教一下各位,为什么我这个没有实现模拟点击
  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 保护模式-系统加载-段寄存器
  • ¥15 电脑桌面设定一个区域禁止鼠标操作