I'm learning android app development and here I find so many logs like below.
I am sure the Logs are Not from my app, it is from wifi driver??
How can I close it?
01-17 22:45:43.007 8755-8952/? E/WifiConfigStore: has d0:c7:c0:11:09:e6 freq=2412 age=1640 ?=true
01-17 22:45:43.007 8755-8952/? E/WifiStateMachine: WifiStateMachine starting scan for "wifi"WPA_PSK with 2412
01-17 22:45:43.007 8755-8952/? E/WifiStateMachine: stopReconnectWifi Wfd=false StopScan=false mDontReconnectAndScan=false
01-17 22:45:43.008 8755-8952/? E/WifiStateMachine: [1,547,736,343,007 ms] noteScanstart no scan source uid -2
01-17 22:45:43.008 8755-18691/? E/WifiMonitor: handleEvent unknown: 15 CTRL-EVENT-SCAN-STARTED
01-17 22:45:43.594 8755-8755/? E/WifiTrafficPoller: TRAFFIC_STATS_POLL true Token 1373 num clients 19
01-17 22:45:43.595 8755-8755/? E/WifiTrafficPoller: packet count Tx=84893 Rx=71940
01-17 22:45:44.295 8755-8952/? E/WifiStateMachine: ConnectedState (when=0 what=147461!SCAN_RESULTS_EVENT 0 0 found=17 known=1 got=17 bcn=0 con=1
01-17 22:45:44.295 8755-8952/? E/WifiStateMachine: L2ConnectedState (when=-1ms what=147461!SCAN_RESULTS_EVENT 0 0 found=17 known=1 got=17 bcn=0 con=1
01-17 22:45:44.296 8755-8952/? E/WifiStateMachine: ConnectModeState (when=-1ms what=147461!SCAN_RESULTS_EVENT 0 0 found=17 known=1 got=17 bcn=0 con=1
01-17 22:45:44.296 8755-8952/? E/WifiStateMachine: DriverStartedState (when=-1ms what=147461!SCAN_RESULTS_EVENT 0 0 found=17 known=1 got=17 bcn=0 con=1
01-17 22:45:44.296 8755-8952/? E/WifiStateMachine: SupplicantStartedState (when=-2ms what=147461!SCAN_RESULTS_EVENT 0 0 found=17 known=1 got=17 bcn=0 con=1
01-17 22:45:44.297 8755-8952/? E/WifiStateMachine: [1,547,736,344,297 ms] noteScanEnd no scan source onTime=0
01-17 22:45:44.304 8755-8952/? E/WifiStateMachine: wifi setScanResults statecom.android.server.wifi.WifiStateMachine$ConnectedState#fefd9d4 sup_state=COMPLETED debouncing=false mConnectionRequests=1 selection=<none>
01-17 22:45:44.305 8755-8952/? E/WifiConfigStore: updateSavedNetworkHistory(): try "wifi"WPA_PSK SSID="wifi" wifi [WPA-PSK-CCMP][WPA2-PSK-CCMP][WPS][ESS] ajst=0
01-17 22:45:44.305 8755-8952/? E/WifiConfigStore: got known scan result d0:c7:c0:11:09:e6 key : "wifi"WPA_PSK num: 1 rssi=-53 freq=2412
01-17 22:45:44.307 8755-8952/? E/WifiAutoJoinController: status: bssid=d0:c7:c0:11:09:e6
If you are using Android Studio, in the Logcat window select "Show only selected application" for only viewing your application logs.
These logs are from android system component for Wi-Fi, which uses these classes and prints their necessary logs.
If you don't want to see it just go to Logcat window below and in the right corner, select Show only selected application from the dropdown menu.
As a new android developer, I think you need to know something more about android Log class. Here is the official documentation.
Related
I'm trying to run a BaselineProfileGenerator but I'm getting some errors when I try on two devices (pixel2XL and Pixel 5) both using Android 11.
The macrobenchmark lib version is 1.2.0-alpha09.
The output running the test using Gradle is the next:
./gradlew :libraries:macrobenchmark:connectedGoogleBenchmarkAndroidTest -P android.testInstrumentationRunnerArguments.class=com.me.macrobenchmark.baselineprofile.BaselineProfileGenerator
com.google.testing.platform.api.plugin.PluginException: Exception thrown during onBeforeAll invocation of plugin com.google.testing.platform.plugin.android.AndroidDevicePlugin.
at com.google.testing.platform.plugin.PluginLifecycleKt.invokeOrThrow(PluginLifecycle.kt:216)
at com.google.testing.platform.plugin.PluginLifecycleKt.invokeOrThrow$default(PluginLifecycle.kt:205)
at com.google.testing.platform.plugin.PluginLifecycle$onBeforeAll$1.invoke(PluginLifecycle.kt:92)
at com.google.testing.platform.plugin.PluginLifecycle$onBeforeAll$1.invoke(PluginLifecycle.kt:88)
at com.google.testing.platform.core.telemetry.common.noop.NoopDiagnosticsScope.recordEvent(NoopDiagnosticsScope.kt:35)
at com.google.testing.platform.core.telemetry.TelemetryKt.recordEvent(Telemetry.kt:105)
at com.google.testing.platform.core.telemetry.TelemetryKt.recordEvent$default(Telemetry.kt:98)
at com.google.testing.platform.plugin.PluginLifecycle.onBeforeAll(PluginLifecycle.kt:88)
at com.google.testing.platform.executor.SingleDeviceExecutor$execute$4.invoke(SingleDeviceExecutor.kt:86)
at com.google.testing.platform.executor.SingleDeviceExecutor$execute$4.invoke(SingleDeviceExecutor.kt:86)
at com.google.testing.platform.executor.SingleDeviceExecutor.runUnlessCancelled(SingleDeviceExecutor.kt:105)
at com.google.testing.platform.executor.SingleDeviceExecutor.execute(SingleDeviceExecutor.kt:86)
at com.google.testing.platform.RunnerImpl.run(RunnerImpl.kt:108)
at com.google.testing.platform.server.strategy.NonInteractiveServerStrategy$run$4.invoke(NonInteractiveServerStrategy.kt:80)
at com.google.testing.platform.server.strategy.NonInteractiveServerStrategy$run$4.invoke(NonInteractiveServerStrategy.kt:79)
at com.google.testing.platform.core.telemetry.common.noop.NoopDiagnosticsScope.recordEvent(NoopDiagnosticsScope.kt:35)
at com.google.testing.platform.core.telemetry.TelemetryKt.recordEvent(Telemetry.kt:66)
at com.google.testing.platform.server.strategy.NonInteractiveServerStrategy.run(NonInteractiveServerStrategy.kt:79)
at com.google.testing.platform.main.MainKt$main$4.invokeSuspend(Main.kt:67)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:274)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:85)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:59)
at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:38)
at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
at com.google.testing.platform.main.MainKt.main(Main.kt:66)
at com.google.testing.platform.main.MainKt.main$default(Main.kt:34)
at com.google.testing.platform.main.MainKt.main(Main.kt)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at com.google.testing.platform.launcher.Launcher.main(Launcher.java:149)
Caused by: com.google.testing.platform.core.error.UtpException: ErrorName: UNKNOWN
NameSpace: DdmlibAndroidDeviceController
ErrorCode: 1
I'm also trying to run the test by using the adb shell am instrument command:
adb shell am instrument -w -e class com.me.macrobenchmark.baselineprofile.BaselineProfileGenerator#startup com.me.macrobenchmark/androidx.test.runner.AndroidJUnitRunner
But this error is thrown:
02-15 12:56:03.774 I/ActivityManager( 1518): Start proc 23855:com.me.macrobenchmark/u0a9964 for added application com.me.macrobenchmark
02-15 12:56:03.784 I/.macrobenchmar(23855): Late-enabling -Xcheck:jni
02-15 12:56:03.816 I/.macrobenchmar(23855): Unquickening 12 vdex files!
02-15 12:56:03.816 D/ConnectivityService( 1518): NetReassign [no changes]
02-15 12:56:03.825 I/adbd ( 1153): jdwp connection from 23855
02-15 12:56:03.872 D/ApplicationLoaders(23855): Returning zygote-cached class loader: /system/framework/android.test.base.jar
02-15 12:56:03.873 D/ApplicationLoaders(23855): Returning zygote-cached class loader: /system/framework/android.test.base.jar
02-15 12:56:03.876 I/.macrobenchmar(23855): The ClassLoaderContext is a special shared library.
02-15 12:56:03.879 D/ApplicationLoaders(23855): Returning zygote-cached class loader: /system/framework/android.test.base.jar
02-15 12:56:03.879 D/ApplicationLoaders(23855): Returning zygote-cached class loader: /system/framework/android.test.base.jar
02-15 12:56:03.881 I/.macrobenchmar(23855): The ClassLoaderContext is a special shared library.
02-15 12:56:03.952 D/NetworkSecurityConfig(23855): No Network Security Config specified, using platform default
02-15 12:56:03.954 D/NetworkSecurityConfig(23855): No Network Security Config specified, using platform default
02-15 12:56:03.954 I/MonitoringInstr(23855): newApplication called!
02-15 12:56:03.958 I/MonitoringInstr(23855): Instrumentation started!
02-15 12:56:03.965 V/TestEventClient(23855): No service name argument was given (testDiscoveryService, testRunEventService or orchestratorService)
02-15 12:56:03.967 I/MonitoringInstr(23855): No JSBridge.
02-15 12:56:03.978 D/InfraTrack(23855): Tracking disabled due to lack of internet permissions
02-15 12:56:03.978 I/UsageTrackerFacilitator(23855): Usage tracking disabled
02-15 12:56:04.044 D/TestExecutor(23855): Adding listener androidx.test.internal.runner.listener.LogRunListener
02-15 12:56:04.044 D/TestExecutor(23855): Adding listener androidx.test.internal.runner.listener.InstrumentationResultPrinter
02-15 12:56:04.044 D/TestExecutor(23855): Adding listener androidx.test.internal.runner.listener.ActivityFinisherRunListener
02-15 12:56:04.048 I/TestRunner(23855): run started: 12 tests
02-15 12:56:04.051 I/TestRunner(23855): started: startupNoCompilation[mode=COLD](com.me.macrobenchmark.startup.home.HomeFeedStartupBenchmark)
02-15 12:56:04.073 I/GrantPermissionCallable(23855): Permission: android.permission.READ_EXTERNAL_STORAGE is already granted!
02-15 12:56:04.073 I/GrantPermissionCallable(23855): Permission: android.permission.WRITE_EXTERNAL_STORAGE is already granted!
02-15 12:56:04.079 W/WindowManager( 1518): Cannot find window which accessibility connection is added to
02-15 12:56:04.081 I/A11yListener( 3247): (REDACTED) #onAccessibilityStateChanged enabled: %s
02-15 12:56:04.081 I/A11yListener( 3247): #onChange
02-15 12:56:04.081 E/TraceManager( 3247): Duplicate trace
02-15 12:56:04.081 E/TraceManager( 3247): com.google.apps.tiktok.tracing.w: Starting new trace A11yEventListener_onChange when already associated with a trace: . For more help, see http://go/tiktok-tracing#fixing-duplicate-trace-issues
02-15 12:56:04.081 E/TraceManager( 3247): at com.google.apps.tiktok.tracing.el.f(PG:6)
02-15 12:56:04.081 E/TraceManager( 3247): at com.google.apps.tiktok.tracing.el.g(PG:2)
02-15 12:56:04.081 E/TraceManager( 3247): at com.google.apps.tiktok.tracing.dv.d(PG:1)
02-15 12:56:04.081 E/TraceManager( 3247): at com.google.android.libraries.search.assistant.a.g.a(PG:7)
02-15 12:56:04.081 E/TraceManager( 3247): at com.google.android.libraries.search.assistant.a.b.b(PG:2)
02-15 12:56:04.081 E/TraceManager( 3247): at i.c.b.a.a.h(PG:4)
02-15 12:56:04.081 E/TraceManager( 3247): at kotlinx.coroutines.bk.run(PG:14)
02-15 12:56:04.081 E/TraceManager( 3247): at com.google.apps.tiktok.coroutines.g.run(PG:1)
02-15 12:56:04.081 E/TraceManager( 3247): at com.google.android.libraries.i.z.run(PG:1)
02-15 12:56:04.081 E/TraceManager( 3247): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
02-15 12:56:04.081 E/TraceManager( 3247): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
02-15 12:56:04.081 E/TraceManager( 3247): at com.google.android.libraries.i.h.run(PG:2)
02-15 12:56:04.081 E/TraceManager( 3247): at java.lang.Thread.run(Thread.java:923)
02-15 12:56:04.081 E/TraceManager( 3247): at com.google.android.libraries.i.ai.run(PG:5)
02-15 12:56:04.081 E/TraceManager( 3247): Suppressed: com.google.apps.tiktok.tracing.fv:
02-15 12:56:04.081 E/TraceManager( 3247): at tk_trace.(Unknown Source:0)
02-15 12:56:04.081 E/TraceManager( 3247): at tk_trace.Missing root trace(Unknown Source:0)
02-15 12:56:04.081 E/TraceManager( 3247): Caused by: com.google.apps.tiktok.tracing.aa
There are a few questions out there that have similar issues but none of the solutions help. I'm trying to connect an Android Things Raspberry Pi to Wifi. My 2.4 GHz wifi ssid is 'cake' and I even removed the passphrase to see if that would help. Here is what comes out in the logcat:
09-20 01:37:00.340 1233 1233 D WifiSetupService: onStartCommand(Intent { act=WifiSetupService.Connect cmp=com.google.wifisetup/.WifiSetupService (has extras) })
09-20 01:37:00.341 1233 1233 I WifiConfigurator: Connecting to network with SSID "cake"
09-20 01:37:00.345 1233 1251 W WifiManager: com.google.wifisetup attempted call to setWifiApEnabled: enabled = false
09-20 01:37:00.346 311 546 D WifiService: setWifiEnabled: true pid=1233, uid=1000, package=com.google.wifisetup
09-20 01:37:00.349 1233 1233 V WifiWatcher: Network state changed to DISCONNECTED
09-20 01:37:01.258 1233 1251 D WifiConfigurator: Adding new network
09-20 01:37:01.873 311 380 E WifiConfigManager: Cannot find network with networkId -1 or configKey "cake"NONE
09-20 01:37:01.874 311 380 E WifiConfigManager: Cannot find network with configKey "cake"NONE
09-20 01:37:02.648 311 323 D WificondControl: Scan result ready event
09-20 01:37:03.423 311 380 D WifiConfigStore: Writing to stores completed in 1304 ms.
09-20 01:37:03.430 311 380 D WifiStateMachine: connectToUserSelectNetwork netId 0, uid 1000, forceReconnect = false
09-20 01:37:04.261 311 380 D WifiConfigStore: Writing to stores completed in 823 ms.
09-20 01:37:34.306 1233 1251 E WifiConfigurator: Wifi failed to connect in 30000 ms
09-20 01:39:49.672 1233 1233 D WifiSetupService: onStartCommand(Intent { act=WifiSetupService.Connect cmp=com.google.wifisetup/.WifiSetupService (has extras) })
09-20 01:39:49.673 1233 1233 I WifiConfigurator: Connecting to network with SSID "cake"
09-20 01:39:49.675 1233 1279 W WifiManager: com.google.wifisetup attempted call to setWifiApEnabled: enabled = false
09-20 01:39:49.676 311 322 D WifiService: setWifiEnabled: true pid=1233, uid=1000, package=com.google.wifisetup
09-20 01:39:49.681 1233 1279 D WifiConfigurator: Updating existing network 0
09-20 01:39:49.906 311 380 D WifiConfigStore: Writing to stores completed in 219 ms.
09-20 01:39:49.909 311 380 D WifiStateMachine: connectToUserSelectNetwork netId 0, uid 1000, forceReconnect = false
09-20 01:39:49.945 311 380 D WifiConfigStore: Writing to stores completed in 32 ms.
09-20 01:39:50.195 311 920 D WificondControl: Scan result ready event
09-20 01:40:19.980 1233 1279 E WifiConfigurator: Wifi failed to connect in 30000 ms
Here is what I'm typing in the adb shell
rpi3:/ $ am startservice -n com.google.wifisetup/.WifiSetupService -a WifiSetupService.Connect -e ssid cake
I had also some issues setting up the Wifi.
Blundell's answer to my question solved the issues
Network: Wi-Fi cannot connect to the internet if Ethernet is also
connected to a network without internet access.
https://developer.android.com/things/preview/releases.html
I had to remove the Ethernet cable from the Pi-3 and then it connected to my WiFi
If you have no application installed on the Pi you can observce your connectivity state by attaching an external display using the HDMI port (a monitor would do the job).
You should see a screen like this:
I install Android Permissions plugin from this page https://ionicframework.com/docs/native/android-permissions/ . But when i add to constructor constructor(private androidPermissions: AndroidPermissions) { } my app doesnt start and in adv logcat i had an error Ionic Native: deviceready event fired after 826 ms When i remove private androidPermissions: AndroidPermissions application work great, but i realy need to get this permission!
Full logcat after app was starting. Iam newbee in ionic and js actually/
07-31 13:55:06.825 6025 6025 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 0 <<<<<<
07-31 13:55:06.827 6025 6025 D AndroidRuntime: CheckJNI is ON
07-31 13:55:06.840 6025 6025 D ICU : No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
07-31 13:55:06.853 6025 6025 E memtrack: Couldn't load memtrack module (No such file or directory)
07-31 13:55:06.876 3935 3946 D DefContainer: Copying /data/local/tmp/android-debug.apk to base.apk
07-31 13:55:07.064 1961 2023 I PackageManager.DexOptimizer: Running dexopt (dex2oat) on: /data/app/vmdl487172328.tmp/base.apk pkg=io.ionic.starter isa=x86 vmSafeMode=false debuggable=true oatDir = /data/app/vmdl487172328.tmp/oat
07-31 13:55:07.072 6034 6034 W dex2oat : Unexpected CPU variant for X86 using defaults: x86
07-31 13:55:07.072 6034 6034 W dex2oat : Mismatch between dex2oat instruction set features (ISA: X86 Feature string: smp,-ssse3,-sse4.1,-sse4.2,-avx,-avx2) and those of dex2oat executable (ISA: X86 Feature string: smp,ssse3,-sse4.1,-sse4.2,-avx,-avx2) for the command line:
07-31 13:55:07.072 6034 6034 W dex2oat : /system/bin/dex2oat --zip-fd=6 --zip-location=base.apk --oat-fd=7 --oat-location=/data/app/vmdl487172328.tmp/oat/x86/base.odex --instruction-set=x86 --instruction-set-variant=x86 --instruction-set-features=default --runtime-arg -Xms64m --runtime-arg -Xmx512m --swap-fd=8 --debuggable
07-31 13:55:07.072 6034 6034 I dex2oat : /system/bin/dex2oat --debuggable
07-31 13:55:07.147 6034 6034 I dex2oat : dex2oat took 75.337ms (threads: 2) arena alloc=516KB java alloc=258KB native alloc=2MB free=1840KB
07-31 13:55:07.151 1961 1995 I ActivityManager: Force stopping io.ionic.starter appid=10053 user=-1: uninstall pkg
07-31 13:55:07.171 1961 2023 I PackageManager: Package io.ionic.starter codePath changed from /data/app/io.ionic.starter-2 to /data/app/io.ionic.starter-1; Retaining data and using new
07-31 13:55:07.171 1961 2023 W PackageManager: Code path for io.ionic.starter changing from /data/app/io.ionic.starter-2 to /data/app/io.ionic.starter-1
07-31 13:55:07.171 1961 2023 W PackageManager: Resource path for io.ionic.starter changing from /data/app/io.ionic.starter-2 to /data/app/io.ionic.starter-1
07-31 13:55:07.171 1961 1995 I ActivityManager: Force stopping io.ionic.starter appid=10053 user=-1: replace pkg
07-31 13:55:07.209 1961 2023 W Settings: Setting install_non_market_apps has moved from android.provider.Settings.Global to android.provider.Settings.Secure, returning read-only value.
07-31 13:55:07.209 1961 2023 I art : Starting a blocking GC Explicit
07-31 13:55:07.229 1961 2023 I art : Explicit concurrent mark sweep GC freed 12565(766KB) AllocSpace objects, 4(80KB) LOS objects, 33% free, 7MB/10MB, paused 941us total 20.001ms
07-31 13:55:07.234 1961 2023 W PackageManager: Couldn't remove dex file for package: at location /data/app/io.ionic.starter-2/base.apk, retcode=-1
07-31 13:55:07.234 1961 2023 I ActivityManager: Force stopping io.ionic.starter appid=10053 user=0: pkg removed
07-31 13:55:07.235 6025 6025 I art : System.exit called, status: 0
07-31 13:55:07.235 6025 6025 I AndroidRuntime: VM exiting with result code 0.
07-31 13:55:07.281 3306 3314 W SQLiteConnectionPool: A SQLiteConnection object for database '/data/user/0/com.google.android.gms/databases/metrics.db.16' was leaked! Please fix your application to end transactions in progress properly and to close the database when it is no longer needed.
07-31 13:55:07.282 3306 3314 W SQLiteConnectionPool: A SQLiteConnection object for database '/data/user/0/com.google.android.gms/databases/help_responses.db.18' was leaked! Please fix your application to end transactions in progress properly and to close the database when it is no longer needed.
07-31 13:55:07.283 3306 3314 W SQLiteConnectionPool: A SQLiteConnection object for database '/data/user/0/com.google.android.gms/databases/auto_complete_suggestions.db' was leaked! Please fix your application to end transactions in progress properly and to close the database when it is no longer needed.
07-31 13:55:07.296 1961 1961 D JobSchedulerService: Receieved: android.intent.action.PACKAGE_REMOVED
07-31 13:55:07.297 1961 2254 I InputReader: Reconfiguring input devices. changes=0x00000010
07-31 13:55:07.302 2697 2697 D CarrierServiceBindHelper: Receive action: android.intent.action.PACKAGE_REMOVED
07-31 13:55:07.302 2697 2697 D CarrierServiceBindHelper: mHandler: 3
07-31 13:55:07.306 2677 3168 E NetworkScheduler.SR: Invalid parameter app
07-31 13:55:07.306 2677 3168 E NetworkScheduler.SR: Invalid package name : Perhaps you didn't include a PendingIntent in the extras?
07-31 13:55:07.321 3469 3469 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1221 android.content.ContextWrapper.startService:581 android.content.ContextWrapper.startService:581 com.android.keychain.KeyChainBroadcastReceiver.onReceive:12 android.app.ActivityThread.handleReceiver:2725
07-31 13:55:07.356 1961 2254 I InputReader: Reconfiguring input devices. changes=0x00000010
07-31 13:55:07.378 3306 6066 D Wear_Controller: Received broadcast action=android.intent.action.PACKAGE_REMOVED and uri=io.ionic.starter
07-31 13:55:07.414 2697 2697 D CarrierServiceBindHelper: Receive action: android.intent.action.PACKAGE_ADDED
07-31 13:55:07.414 2697 2697 D CarrierServiceBindHelper: mHandler: 3
07-31 13:55:07.419 3306 6062 D Wear_Controller: Received broadcast action=android.intent.action.PACKAGE_ADDED and uri=io.ionic.starter
07-31 13:55:07.474 1961 2254 I InputReader: Reconfiguring input devices. changes=0x00000010
07-31 13:55:07.475 2697 2697 D CarrierServiceBindHelper: Receive action: android.intent.action.PACKAGE_REPLACED
07-31 13:55:07.475 2697 2697 D CarrierServiceBindHelper: mHandler: 3
07-31 13:55:07.475 2697 2697 D CarrierConfigLoader: mHandler: 9 phoneId: 0
07-31 13:55:07.476 2809 6069 I UpdateIcingCorporaServi: Updating corpora: APPS=io.ionic.starter, CONTACTS=MAYBE
07-31 13:55:07.477 6041 6041 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 0 <<<<<<
07-31 13:55:07.478 6041 6041 D AndroidRuntime: CheckJNI is ON
07-31 13:55:07.491 6041 6041 D ICU : No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
07-31 13:55:07.492 3306 6057 I FontsPackageChangeOp: Package io.ionic.starter has no metadata
07-31 13:55:07.513 6041 6041 E memtrack: Couldn't load memtrack module (No such file or directory)
07-31 13:55:07.513 6041 6041 E android.os.Debug: failed to load memtrack module: -2
07-31 13:55:07.518 6041 6041 I Radio-JNI: register_android_hardware_Radio DONE
07-31 13:55:07.527 6041 6041 D AndroidRuntime: Calling main entry com.android.commands.input.Input
07-31 13:55:07.527 6041 6041 I Input : injectKeyEvent: KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_MENU, scanCode=0, metaState=0, flags=0x0, repeatCount=0, eventTime=3105719, downTime=3105719, deviceId=-1, source=0x101 }
07-31 13:55:07.531 2677 3168 E NetworkScheduler.SR: Invalid parameter app
07-31 13:55:07.531 2677 3168 E NetworkScheduler.SR: Invalid package name : Perhaps you didn't include a PendingIntent in the extras?
07-31 13:55:07.532 6041 6041 I Input : injectKeyEvent: KeyEvent { action=ACTION_UP, keyCode=KEYCODE_MENU, scanCode=0, metaState=0, flags=0x0, repeatCount=0, eventTime=3105719, downTime=3105719, deviceId=-1, source=0x101 }
07-31 13:55:07.533 6041 6041 D AndroidRuntime: Shutting down VM
07-31 13:55:07.540 1961 2407 I AccountManagerService: getTypesVisibleToCaller: isPermitted? true
07-31 13:55:08.047 3306 3848 W art : Long monitor contention event with owner method=void suz.d(svc) from :com.google.android.gms:4 waiters=0 for 342ms
07-31 13:55:08.065 3306 5133 I Icing : Usage reports 0 indexed 0 rejected 0 imm upload false
07-31 13:55:08.215 3306 5133 I Icing : Usage reports 0 indexed 0 rejected 0 imm upload true
07-31 13:55:08.220 2809 6069 I UpdateIcingCorporaServi: UpdateCorporaTask done [took 744 ms] updated apps [took 744 ms]
07-31 13:55:08.268 6080 6080 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 0 <<<<<<
07-31 13:55:08.271 6080 6080 D AndroidRuntime: CheckJNI is ON
07-31 13:55:08.281 3306 5133 I Icing : Usage reports 0 indexed 0 rejected 0 imm upload false
07-31 13:55:08.285 3306 5133 I Icing : Usage reports 0 indexed 0 rejected 0 imm upload false
07-31 13:55:08.288 3306 5133 I Icing : Usage reports 0 indexed 0 rejected 0 imm upload false
07-31 13:55:08.293 6080 6080 D ICU : No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
07-31 13:55:08.324 6080 6080 E memtrack: Couldn't load memtrack module (No such file or directory)
07-31 13:55:08.324 6080 6080 E android.os.Debug: failed to load memtrack module: -2
07-31 13:55:08.325 6080 6080 I Radio-JNI: register_android_hardware_Radio DONE
07-31 13:55:08.333 6080 6080 D AndroidRuntime: Calling main entry com.android.commands.am.Am
07-31 13:55:08.336 1961 2725 I ActivityManager: START u0 {act=android.intent.action.MAIN flg=0x10000000 cmp=io.ionic.starter/.MainActivity} from uid 0 on display 0
07-31 13:55:08.364 6090 6090 I art : Not late-enabling -Xcheck:jni (already on)
07-31 13:55:08.367 1961 3766 I ActivityManager: Start proc 6090:io.ionic.starter/u0a53 for activity io.ionic.starter/.MainActivity
07-31 13:55:08.482 6090 6090 I CordovaLog: Changing log level to DEBUG(3)
07-31 13:55:08.482 6090 6090 I CordovaActivity: Apache Cordova native platform version 6.2.3 is starting
07-31 13:55:08.482 6090 6090 D CordovaActivity: CordovaActivity.onCreate()
07-31 13:55:08.484 6090 6090 I WebViewFactory: Loading com.android.webview version 44.0.2403.119 (code 246011910)
07-31 13:55:08.500 6090 6090 W System : ClassLoader referenced unknown path: /system/app/webview/lib/x86
07-31 13:55:08.503 6090 6090 I LibraryLoader: Time to load native libraries: 0 ms (timestamps 6695-6695)
07-31 13:55:08.503 6090 6090 I LibraryLoader: Expected native library version number "",actual native library version number ""
07-31 13:55:08.535 2712 2901 E Surface : getSlotFromBufferLocked: unknown buffer: 0x9f5555e0
07-31 13:55:08.570 6090 6090 V WebViewChromiumFactoryProvider: Binding Chromium to main looper Looper (main, tid 1) {3103e26}
07-31 13:55:08.571 6090 6090 I LibraryLoader: Expected native library version number "",actual native library version number ""
07-31 13:55:08.571 6090 6090 I chromium: [INFO:library_loader_hooks.cc(120)] Chromium logging enabled: level = 0, default verbosity = 0
07-31 13:55:08.573 6090 6090 I BrowserStartupController: Initializing chromium process, singleProcess=true
07-31 13:55:08.573 6090 6090 W art : Attempt to remove non-JNI local reference, dumping thread
07-31 13:55:08.574 6090 6090 E SysUtils: ApplicationContext is null in ApplicationStatus
07-31 13:55:08.581 6090 6090 W chromium: [WARNING:resource_bundle.cc(285)] locale_file_path.empty()
07-31 13:55:08.583 6090 6090 E libEGL : validate_display:255 error 3008 (EGL_BAD_DISPLAY)
07-31 13:55:08.583 6090 6090 E libEGL : validate_display:255 error 3008 (EGL_BAD_DISPLAY)
07-31 13:55:08.569 6090 6090 W o.ionic.starter: type=1400 audit(0.0:48): avc: denied { search } for name="graphics" dev="tmpfs" ino=1274 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:graphics_device:s0 tclass=dir permissive=0
07-31 13:55:08.607 6090 6116 W AudioManagerAndroid: Requires BLUETOOTH permission
07-31 13:55:08.608 6090 6090 E DataReductionProxySettingListener: No DRP key due to exception:java.lang.ClassNotFoundException: com.android.webview.chromium.Drp
07-31 13:55:08.617 6090 6090 W art : Attempt to remove non-JNI local reference, dumping thread
07-31 13:55:08.619 6090 6090 W AwContents: onDetachedFromWindow called when already detached. Ignoring
07-31 13:55:08.631 6090 6090 D SystemWebViewEngine: CordovaWebView is running on device made by: unknown
07-31 13:55:08.638 6090 6090 W art : Attempt to remove non-JNI local reference, dumping thread
07-31 13:55:08.638 6090 6090 W art : Attempt to remove non-JNI local reference, dumping thread
07-31 13:55:08.638 6090 6090 D PluginManager: init()
07-31 13:55:08.643 1226 1285 E SurfaceFlinger: ro.sf.lcd_density must be defined as a build property
07-31 13:55:08.643 6090 6123 D OpenGLRenderer: Use EGL_SWAP_BEHAVIOR_PRESERVED: true
07-31 13:55:08.647 6090 6090 D gralloc_ranchu: Emulator without host-side GPU emulation detected. Loading gralloc.default.so from /vendor/lib/hw/gralloc.default.so...
07-31 13:55:08.647 6090 6090 D gralloc_ranchu: gralloc.default.so not found in /vendor. Trying /system/lib/hw/gralloc.default.so...
07-31 13:55:08.710 6090 6090 D CordovaWebViewImpl: >>> loadUrl(file:///android_asset/www/index.html)
07-31 13:55:08.714 1225 1225 E SELinux : avc: denied { find } for service=batteryproperties scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:healthd_service:s0 tclass=service_manager
07-31 13:55:08.724 6090 6090 D CordovaActivity: Started the activity.
07-31 13:55:08.724 6090 6090 D CordovaActivity: Resumed the activity.
07-31 13:55:08.728 6090 6114 W chromium: [WARNING:data_reduction_proxy_config.cc(423)] SPDY proxy OFF at startup
07-31 13:55:08.764 6090 6123 I OpenGLRenderer: Initialized EGL, version 1.4
07-31 13:55:09.103 3306 3782 I Icing : Indexing 01A01936D079744CE3B2C265076C88005C5472E3 from com.google.android.gms
07-31 13:55:09.127 1961 2796 I WindowManager: Switching to real app window: Window{483cb63 u0 io.ionic.starter/io.ionic.starter.MainActivity}
07-31 13:55:09.191 3306 3782 I Icing : Indexing done 01A01936D079744CE3B2C265076C88005C5472E3
07-31 13:55:09.328 3306 3782 I Icing : Indexing F301375E5CABF8A3BEBE3ECD1D9ECB5EAEE906C4 from com.google.android.googlequicksearchbox
07-31 13:55:09.346 3306 3782 I Icing : Indexing 01A01936D079744CE3B2C265076C88005C5472E3 from com.google.android.gms
07-31 13:55:09.347 3306 3782 I Icing : Indexing done 01A01936D079744CE3B2C265076C88005C5472E3
07-31 13:55:09.353 3306 3782 I Icing : Indexing done F301375E5CABF8A3BEBE3ECD1D9ECB5EAEE906C4
07-31 13:55:09.597 1961 2010 I ActivityManager: Displayed io.ionic.starter/.MainActivity: +1s244ms
07-31 13:55:09.599 6080 6080 D AndroidRuntime: Shutting down VM
07-31 13:55:09.642 6090 6090 D CordovaWebViewImpl: onPageDidNavigate(file:///android_asset/www/index.html)
07-31 13:55:09.749 6090 6090 W BindingManager: Cannot call determinedVisibility() - never saw a connection for the pid: 6090
07-31 13:55:10.020 6090 6090 D JsMessageQueue: Set native->JS mode to EvalBridgeMode
07-31 13:55:11.453 6090 6123 E Surface : getSlotFromBufferLocked: unknown buffer: 0x9eb7e200
07-31 13:55:11.490 1961 3689 W InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy#9c242b7 attribute=null, token = android.os.BinderProxy#39cbf06
07-31 13:55:11.797 6090 6123 E Surface : getSlotFromBufferLocked: unknown buffer: 0x9b3fdd80
07-31 13:55:13.627 6090 6090 D SystemWebChromeClient: file:///android_asset/www/build/vendor.js: Line 3405 : Angular is running in the development mode. Call enableProdMode() to enable the production mode.
07-31 13:55:13.627 6090 6090 I chromium: [INFO:CONSOLE(3405)] "Angular is running in the development mode. Call enableProdMode() to enable the production mode.", source: file:///android_asset/www/build/vendor.js (3405)
07-31 13:55:13.635 6090 6090 D SystemWebChromeClient: file:///android_asset/www/build/vendor.js: Line 1443 : ERROR
07-31 13:55:13.635 6090 6090 I chromium: [INFO:CONSOLE(1443)] "ERROR", source: file:///android_asset/www/build/vendor.js (1443)
07-31 13:55:13.647 6090 6090 D SystemWebChromeClient: file:///android_asset/www/build/vendor.js: Line 112056 : Ionic Native: deviceready event fired after 1342 ms
07-31 13:55:13.647 6090 6090 I chromium: [INFO:CONSOLE(112056)] "Ionic Native: deviceready event fired after 1342 ms", source: file:///android_asset/www/build/vendor.js (112056)
07-31 13:55:13.650 6090 6134 I App : WARNING: Back Button Default Behavior will be overridden. The backbutton event will be fired!
07-31 13:55:13.681 6090 6090 D CordovaWebViewImpl: onPageFinished(file:///android_asset/www/index.html)
this is related to this question. the reason i want to know this is as follows:
this is a dedicated system. the tablets run in a kiosk mode. nobody else is on the router. the router is not connected to the internet. the wifi is close enough. so if it's on, it should connect. i think i foundf a way to force the connection (see related question).
trying the code below:
package acme.wifi;
import android.content.*;
import android.net.wifi.*;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.view.View;
import android.view.Menu;
import android.view.MenuItem;
import java.math.*;
import java.net.*;
import java.nio.*;
import java.util.*;
public class MainActivity extends AppCompatActivity {
void retry() {
WifiManager wifiMan=(WifiManager)getSystemService(Context.WIFI_SERVICE);
WifiInfo wifiInf;
int ipAddress;
List<WifiConfiguration> wifiConfigurations=wifiMan.getConfiguredNetworks();
System.out.println("wifi configurations (all): "+wifiConfigurations.size());
for(WifiConfiguration wifiConfiguration : wifiConfigurations) {
if(wifiConfiguration.toString().contains("192.168.0.")) {
System.out.println("found our network: "+wifiConfiguration.toString());
System.out.println("SSID: "+wifiConfiguration.SSID);
System.out.println("wifi configuration status is disabled: "+(wifiConfiguration.status==WifiConfiguration.Status.DISABLED));
int networkId=wifiConfiguration.networkId;
boolean ok=wifiMan.disconnect();
System.out.println("disconnect() returns: "+ok);
System.out.println("enabling our network: "+networkId);
// https://code.google.com/p/android-developer-preview/issues/detail?id=2218
ok=wifiMan.enableNetwork(networkId,true);
System.out.println("enableNetwork() returns: "+ok);
System.out.println("trying to recommect to wifi.");
ok=wifiMan.reconnect();
System.out.println("reconnect returns: "+ok);
if(ok) {
wifiMan=(WifiManager)getSystemService(Context.WIFI_SERVICE);
wifiInf=wifiMan.getConnectionInfo();
ipAddress=wifiInf.getIpAddress();
System.out.println("wifi ip adress: "+ipAddress);
}
break;
}
}
}
String getIpAddressFromWifiManager() {
WifiManager wifiMan=(WifiManager)getSystemService(Context.WIFI_SERVICE);
System.out.println("isWifiEnabled() returns: "+wifiMan.isWifiEnabled());
WifiInfo wifiInf=wifiMan.getConnectionInfo();
System.out.println("wifi info: "+wifiInf);
int ipAddress=wifiInf.getIpAddress();
System.out.println("wifi ip adress: "+ipAddress);
if(ByteOrder.nativeOrder().equals(ByteOrder.LITTLE_ENDIAN))
ipAddress=Integer.reverseBytes(ipAddress);
byte[] ipByteArray=BigInteger.valueOf(ipAddress).toByteArray();
String ipAddressString=null;
try {
ipAddressString=InetAddress.getByAddress(ipByteArray).getHostAddress();
} catch(UnknownHostException ex) {
System.out.println("Unable to get host address.");
if(true)
retry();
}
return ipAddressString;
}
#Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
Toolbar toolbar=(Toolbar)findViewById(R.id.toolbar);
setSupportActionBar(toolbar);
FloatingActionButton fab=(FloatingActionButton)findViewById(R.id.fab);
fab.setOnClickListener(new View.OnClickListener() {
#Override
public void onClick(View view) {
Snackbar.make(view,"Replace with your own action",Snackbar.LENGTH_LONG).setAction("Action",null).show();
}
});
String ipAddress=getIpAddressFromWifiManager();
System.out.println("ip address: "+ipAddress);
}
#Override
public boolean onCreateOptionsMenu(Menu menu) {
// Inflate the menu; this adds items to the action bar if it is present.
getMenuInflater().inflate(R.menu.menu_main,menu);
return true;
}
#Override
public boolean onOptionsItemSelected(MenuItem item) {
// Handle action bar item clicks here. The action bar will
// automatically handle clicks on the Home/Up button, so long
// as you specify a parent activity in AndroidManifest.xml.
int id=item.getItemId();
//noinspection SimplifiableIfStatement
if(id==R.id.action_settings) {
return true;
}
return super.onOptionsItemSelected(item);
}
}
with the router off (power unplugged) i get:
02-22 18:12:38.073 3029-3035/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
02-22 18:13:11.991 3049-3049/? D/AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
02-22 18:13:11.996 3049-3049/? D/AndroidRuntime: CheckJNI is OFF
02-22 18:13:12.043 3049-3049/? D/ICU: No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
02-22 18:13:12.101 3049-3049/? I/Radio-JNI: register_android_hardware_Radio DONE
02-22 18:13:12.134 3049-3049/? D/AndroidRuntime: Calling main entry com.android.commands.pm.Pm
02-22 18:13:12.149 2478-2488/? D/DefContainer: Copying /data/local/tmp/acme.wifi to base.apk
02-22 18:13:12.408 589-613/? I/PackageManager.DexOptimizer: Running dexopt (dex2oat) on: /data/app/vmdl765778575.tmp/base.apk pkg=acme.wifi isa=arm vmSafeMode=false debuggable=true oatDir = /data/app/vmdl765778575.tmp/oat bootComplete=true
02-22 18:13:12.456 3062-3062/? I/dex2oat: /system/bin/dex2oat --debuggable
02-22 18:13:12.768 3062-3065/? W/dex2oat: Before Android 4.1, method int android.support.v7.widget.ListViewCompat.lookForSelectablePosition(int, boolean) would have incorrectly overridden the package-private method in android.widget.ListView
02-22 18:13:15.259 3062-3062/? I/dex2oat: dex2oat took 2.804s (threads: 4) arena alloc=410KB java alloc=2MB native alloc=11MB free=2MB
02-22 18:13:15.271 589-602/? I/ActivityManager: Force stopping acme.wifi appid=10027 user=-1: uninstall pkg
02-22 18:13:15.271 589-602/? I/ActivityManager: Killing 2907:acme.wifi/u0a27 (adj 0): stop acme.wifi
02-22 18:13:15.283 589-1141/? D/GraphicsStats: Buffer count: 2
02-22 18:13:15.284 589-600/? I/WindowState: WIN DEATH: Window{29f4f76 u0 acme.wifi/acme.wifi.MainActivity}
02-22 18:13:15.285 589-655/? D/WifiService: Client connection lost with reason: 4
02-22 18:13:15.363 589-613/? I/PackageManager: Package acme.wifi codePath changed from /data/app/acme.wifi-2 to /data/app/acme.wifi-1; Retaining data and using new
02-22 18:13:15.364 589-613/? W/PackageManager: Code path for acme.wifi changing from /data/app/acme.wifi-2 to /data/app/acme.wifi-1
02-22 18:13:15.364 589-602/? W/ActivityManager: Force removing ActivityRecord{a246708 u0 acme.wifi/.MainActivity t10}: app died, no saved state
02-22 18:13:15.366 589-613/? W/PackageManager: Resource path for acme.wifi changing from /data/app/acme.wifi-2 to /data/app/acme.wifi-1
02-22 18:13:15.549 589-613/? W/Settings: Setting install_non_market_apps has moved from android.provider.Settings.Global to android.provider.Settings.Secure, returning read-only value.
02-22 18:13:15.550 589-613/? I/art: Starting a blocking GC Explicit
02-22 18:13:15.554 589-602/? I/ActivityManager: Force stopping acme.wifi appid=10027 user=-1: replace pkg
02-22 18:13:15.556 589-1375/? W/ActivityManager: Spurious death for ProcessRecord{a057741 0:acme.wifi/u0a27}, curProc for 2907: null
02-22 18:13:15.624 589-613/? I/art: Explicit concurrent mark sweep GC freed 22496(1312KB) AllocSpace objects, 6(120KB) LOS objects, 33% free, 15MB/22MB, paused 1.892ms total 66.314ms
02-22 18:13:15.635 589-1145/? W/InputMethodManagerService: Got RemoteException sending setActive(false) notification to pid 2907 uid 10027
02-22 18:13:15.644 589-613/? W/PackageManager: Couldn't remove dex file for package: at location /data/app/acme.wifi-2/base.apk, retcode=-1
02-22 18:13:15.646 589-613/? I/ActivityManager: Force stopping acme.wifi appid=10027 user=0: pkg removed
02-22 18:13:15.648 1240-1240/? I/Keyboard.Facilitator: onFinishInput()
02-22 18:13:15.648 3049-3049/? I/art: System.exit called, status: 0
02-22 18:13:15.648 3049-3049/? I/AndroidRuntime: VM exiting with result code 0.
02-22 18:13:15.687 589-589/? D/JobSchedulerService: Receieved: android.intent.action.PACKAGE_REMOVED
02-22 18:13:15.693 1328-1328/? D/CarrierServiceBindHelper: Receive action: android.intent.action.PACKAGE_REMOVED
02-22 18:13:15.693 589-633/? I/InputReader: Reconfiguring input devices. changes=0x00000010
02-22 18:13:15.695 1328-1328/? D/CarrierServiceBindHelper: mHandler: 3
02-22 18:13:15.753 1328-1328/? D/CarrierServiceBindHelper: Receive action: android.intent.action.PACKAGE_ADDED
02-22 18:13:15.754 589-633/? I/InputReader: Reconfiguring input devices. changes=0x00000010
02-22 18:13:15.754 1328-1328/? D/CarrierServiceBindHelper: mHandler: 3
02-22 18:13:15.804 1328-1328/? D/CarrierServiceBindHelper: Receive action: android.intent.action.PACKAGE_REPLACED
02-22 18:13:15.809 1328-1328/? D/CarrierServiceBindHelper: mHandler: 3
02-22 18:13:15.809 1328-1328/? D/CarrierConfigLoader: mHandler: 9 phoneId: 0
02-22 18:13:15.812 589-633/? I/InputReader: Reconfiguring input devices. changes=0x00000010
02-22 18:13:15.827 1067-1067/? E/NetworkScheduler.SchedulerReceiver: Invalid parameter app
02-22 18:13:15.827 1067-1067/? E/NetworkScheduler.SchedulerReceiver: Invalid package name : Perhaps you didn't include a PendingIntent in the extras?
02-22 18:13:15.834 1581-3093/? D/PackageBroadcastService: Received broadcast action=android.intent.action.PACKAGE_REMOVED and uri=acme.wifi
02-22 18:13:15.840 1067-1067/? I/ConfigService: onCreate
02-22 18:13:15.841 1581-1581/? I/ConfigFetchService: onStartCommand Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:acme.wifi cmp=com.google.android.gms/.config.ConfigFetchService (has extras) }
02-22 18:13:15.971 1581-1581/? D/ChimeraCfgMgr: Loading module com.google.android.gms.games from APK com.google.android.play.games
02-22 18:13:15.971 1581-1581/? D/ChimeraModuleLdr: Module APK com.google.android.play.games already loaded
02-22 18:13:15.988 2613-2613/? W/ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1221 android.content.ContextWrapper.startService:581 android.content.ContextWrapper.startService:581 com.android.keychain.KeyChainBroadcastReceiver.onReceive:12 android.app.ActivityThread.handleReceiver:2725
02-22 18:13:16.052 1712-1712/? D/Finsky: [1] ExternalReferrer.access$200: Package state data is missing for acme.wifi
02-22 18:13:16.054 1581-1581/? D/ChimeraCfgMgr: Loading module com.google.android.gms.games from APK com.google.android.play.games
02-22 18:13:16.054 1581-1581/? D/ChimeraModuleLdr: Module APK com.google.android.play.games already loaded
02-22 18:13:16.066 1581-3107/? D/PackageBroadcastService: Received broadcast action=android.intent.action.PACKAGE_ADDED and uri=acme.wifi
02-22 18:13:16.067 1581-1581/? D/ChimeraCfgMgr: Loading module com.google.android.gms.games from APK com.google.android.play.games
02-22 18:13:16.067 1581-1581/? D/ChimeraModuleLdr: Module APK com.google.android.play.games already loaded
02-22 18:13:16.072 1581-1581/? D/ChimeraCfgMgr: Loading module com.google.android.gms.vision from APK com.google.android.gms
02-22 18:13:16.106 1396-3109/? I/UpdateIcingCorporaServi: Updating corpora: APPS=acme.wifi, CONTACTS=MAYBE
02-22 18:13:16.127 1581-1581/? I/ConfigFetchService: onStartCommand Intent { act=android.intent.action.PACKAGE_ADDED dat=package:acme.wifi cmp=com.google.android.gms/.config.ConfigFetchService (has extras) }
02-22 18:13:16.132 1581-1581/? I/ConfigFetchService: launchTask
02-22 18:13:16.136 1581-1581/? I/ConfigFetchService: service connected
02-22 18:13:16.143 1581-3112/? V/ConfigFetchTask: ConfigFetchTask getDeviceDataVersionInfo(): ABFEt1W7qltJwF1iJulsbhXPy8Qp2CrzzNOQI6MWXF9sHJDZmtbcmiI5EB0sDZYeZFlm9RKT7NEj4pWCv52R4KJK7ZsffG-MiSnM47B4Z4z8CEFlZCYuZVcJKYBtl0J4LJ9_hvX0J-eHUyqueU1-6jJZpzNWinD-UnN0XcBYgw3Lql2WnoLs1TBoqRHVrdAXk2aC14lVR9mxhfbrRJt0igPsOffgoJtD9lm3iX794XMqzibZOna4BMs
02-22 18:13:16.161 1581-3113/? I/PeopleContactsSync: CP2 sync disabled
02-22 18:13:16.163 1581-3112/? I/GoogleURLConnFactory: Using platform SSLCertificateSocketFactory
02-22 18:13:16.176 1344-1467/? W/OpenGLRenderer: Incorrectly called buildLayer on View: ShortcutAndWidgetContainer, destroying layer...
02-22 18:13:16.176 1344-1467/? W/OpenGLRenderer: Incorrectly called buildLayer on View: ShortcutAndWidgetContainer, destroying layer...
02-22 18:13:16.186 1581-1581/? D/ConfigFetchService: ConfigApi connection successful.
02-22 18:13:16.207 1067-1067/? E/NetworkScheduler.SchedulerReceiver: Invalid parameter app
02-22 18:13:16.208 1067-1067/? E/NetworkScheduler.SchedulerReceiver: Invalid package name : Perhaps you didn't include a PendingIntent in the extras?
02-22 18:13:16.221 1581-3112/? W/ConfigFetchTask: exception on config fetch: java.net.UnknownHostException: Unable to resolve host "android.clients.google.com": No address associated with hostname
02-22 18:13:16.221 1581-1581/? I/ConfigFetchService: fetch service done; releasing wakelock
02-22 18:13:16.223 1581-1581/? I/ConfigFetchService: stopping self
02-22 18:13:16.233 1581-1581/? D/ChimeraCfgMgr: Loading module com.google.android.gms.vision from APK com.google.android.gms
02-22 18:13:16.233 1581-3117/? D/PackageBroadcastService: Received broadcast action=android.intent.action.PACKAGE_REPLACED and uri=acme.wifi
02-22 18:13:16.248 1581-3118/? I/PeopleContactsSync: CP2 sync disabled
02-22 18:13:16.254 1396-3109/? I/UpdateIcingCorporaServi: UpdateCorporaTask done [took 148 ms] updated apps [took 148 ms]
02-22 18:13:16.680 3097-3097/? D/AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
02-22 18:13:16.680 3100-3100/? D/AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
02-22 18:13:16.686 3097-3097/? D/AndroidRuntime: CheckJNI is OFF
02-22 18:13:16.686 3100-3100/? D/AndroidRuntime: CheckJNI is OFF
02-22 18:13:16.735 3100-3100/? D/ICU: No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
02-22 18:13:16.735 3097-3097/? D/ICU: No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
02-22 18:13:16.783 3097-3097/? I/Radio-JNI: register_android_hardware_Radio DONE
02-22 18:13:16.784 3100-3100/? I/Radio-JNI: register_android_hardware_Radio DONE
02-22 18:13:16.811 3100-3100/? D/AndroidRuntime: Calling main entry com.android.commands.am.Am
02-22 18:13:16.812 3097-3097/? D/AndroidRuntime: Calling main entry com.android.commands.wm.Wm
02-22 18:13:16.815 3097-3097/? D/AndroidRuntime: Shutting down VM
02-22 18:13:16.817 589-1141/? I/ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 cmp=acme.wifi/.MainActivity} from uid 2000 on display 0
02-22 18:13:16.830 3100-3100/? D/AndroidRuntime: Shutting down VM
02-22 18:13:16.841 3147-3147/? I/art: Late-enabling -Xcheck:jni
02-22 18:13:16.843 589-599/? I/ActivityManager: Start proc 3147:acme.wifi/u0a27 for activity acme.wifi/.MainActivity
02-22 18:13:16.885 3147-3147/? W/System: ClassLoader referenced unknown path: /data/app/acme.wifi-1/lib/arm
02-22 18:13:16.980 589-655/? D/WifiService: New client listening to asynchronous messages
02-22 18:13:16.981 3147-3147/? I/System.out: isWifiEnabled() returns: true
02-22 18:13:16.982 3147-3147/? I/System.out: wifi info: SSID: tablets, BSSID: 00:00:00:00:00:00, MAC: 02:00:00:00:00:00, Supplicant state: SCANNING, RSSI: -127, Link speed: -1Mbps, Frequency: -1MHz, Net ID: -1, Metered hint: false, score: 0
02-22 18:13:16.982 3147-3147/? I/System.out: wifi ip adress: 0
02-22 18:13:16.982 3147-3147/? I/System.out: Unable to get host address.
02-22 18:13:16.987 3147-3147/? I/System.out: wifi configurations (all): 1
02-22 18:13:16.988 3147-3147/? I/System.out: found our network: ID: 0 SSID: "tablets" PROVIDER-NAME: null BSSID: null FQDN: null PRIO: 1
02-22 18:13:16.988 3147-3147/? I/System.out: numAssociation 79
02-22 18:13:16.989 3147-3147/? I/System.out: KeyMgmt: NONE Protocols: WPA RSN
02-22 18:13:16.989 3147-3147/? I/System.out: AuthAlgorithms: OPEN SHARED
02-22 18:13:16.989 3147-3147/? I/System.out: PairwiseCiphers: TKIP CCMP
02-22 18:13:16.989 3147-3147/? I/System.out: GroupCiphers: TKIP CCMP
02-22 18:13:16.989 3147-3147/? I/System.out: PSK:
02-22 18:13:16.989 3147-3147/? I/System.out: Enterprise config:
02-22 18:13:16.989 3147-3147/? I/System.out: password NULL
02-22 18:13:16.989 3147-3147/? I/System.out: engine 0
02-22 18:13:16.989 3147-3147/? I/System.out: client_cert NULL
02-22 18:13:16.989 3147-3147/? I/System.out: anonymous_identity NULL
02-22 18:13:16.989 3147-3147/? I/System.out: identity NULL
02-22 18:13:16.989 3147-3147/? I/System.out: domain_suffix_match NULL
02-22 18:13:16.989 3147-3147/? I/System.out: phase2 NULL
02-22 18:13:16.989 3147-3147/? I/System.out: altsubject_match NULL
02-22 18:13:16.989 3147-3147/? I/System.out: subject_match NULL
02-22 18:13:16.989 3147-3147/? I/System.out: ca_cert NULL
02-22 18:13:16.989 3147-3147/? I/System.out: phase1 NULL
02-22 18:13:16.989 3147-3147/? I/System.out: key_id NULL
02-22 18:13:16.989 3147-3147/? I/System.out: engine_id NULL
02-22 18:13:16.989 3147-3147/? I/System.out: eap NULL
02-22 18:13:16.989 3147-3147/? I/System.out: IP config:
02-22 18:13:16.989 3147-3147/? I/System.out: IP assignment: STATIC
02-22 18:13:16.989 3147-3147/? I/System.out: Static configuration: IP address 192.168.0.16/24 Gateway 192.168.0.1 DNS servers: [ 8.8.8.8 ] Domains
02-22 18:13:16.989 3147-3147/? I/System.out: Proxy settings: NONE
02-22 18:13:16.989 3147-3147/? I/System.out: autoJoinBSSID=any cuid=1000 cname=android.uid.system:1000 luid=1000 lname=android.uid.system:1000 lcuid=10027 userApproved=USER_APPROVED noInternetAccessExpected=false roamingFailureBlackListTimeMilli: 1000
02-22 18:13:16.989 3147-3147/? I/System.out: triggeredLow: 0 triggeredBad: 0 triggeredNotHigh: 0
02-22 18:13:16.989 3147-3147/? I/System.out: ticksLow: 0 ticksBad: 0 ticksNotHigh: 0
02-22 18:13:16.989 3147-3147/? I/System.out: triggeredJoin: 0
02-22 18:13:16.989 3147-3147/? I/System.out: autoJoinBailedDueToLowRssi: false
02-22 18:13:16.989 3147-3147/? I/System.out: autoJoinUseAggressiveJoinAttemptThreshold: 0
02-22 18:13:16.989 3147-3147/? I/System.out: SSID: "tablets"
02-22 18:13:16.990 3147-3147/? I/System.out: wifi configuration status is disabled: false
02-22 18:13:16.990 3147-3147/? I/System.out: disconnect() returns: true
02-22 18:13:16.990 3147-3147/? I/System.out: enabling our network: 0
02-22 18:13:16.992 589-652/? E/WifiConfigStore: rewrite network history for "tablets"WEP
02-22 18:13:16.993 589-652/? E/WifiConfigStore: saveWifiConfigBSSID Setting BSSID for "tablets"WEP to any
02-22 18:13:17.005 3147-3147/? I/System.out: enableNetwork() returns: true
02-22 18:13:17.005 3147-3147/? I/System.out: trying to recommect to wifi.
02-22 18:13:17.005 3147-3147/? I/System.out: reconnect returns: true
02-22 18:13:17.006 3147-3147/? I/System.out: wifi ip adress: 0
02-22 18:13:17.006 3147-3147/? I/System.out: ip address: null
02-22 18:13:17.014 3147-3162/? D/OpenGLRenderer: Use EGL_SWAP_BEHAVIOR_PRESERVED: true
02-22 18:13:17.069 3147-3162/? I/Adreno-EGL: <qeglDrvAPI_eglInitialize:379>: QUALCOMM Build: 10/21/15, 369a2ea, I96aee987eb
02-22 18:13:17.071 3147-3162/? I/OpenGLRenderer: Initialized EGL, version 1.4
02-22 18:13:17.276 589-607/? I/ActivityManager: Displayed acme.wifi/.MainActivity: +447ms
02-22 18:13:17.290 1240-1240/? I/Keyboard.Facilitator: onFinishInput()
02-22 18:13:17.295 1581-1928/? I/Icing: Indexing B239306A9E3DAA7657A38D5F432BA0C9B208F125 from com.google.android.googlequicksearchbox
02-22 18:13:17.351 1581-1928/? I/Icing: Indexing done B239306A9E3DAA7657A38D5F432BA0C9B208F125
02-22 18:13:21.271 1067-1067/? I/ConfigService: onDestroy
02-22 18:13:26.315 589-633/? I/InputReader: Reconfiguring input devices. changes=0x00000010
02-22 18:13:26.406 1396-3190/? I/UpdateIcingCorporaServi: Updating corpora: APPS=com.google.android.gms, CONTACTS=MAYBE
02-22 18:13:26.406 1581-3189/? D/PackageBroadcastService: Received broadcast action=android.intent.action.PACKAGE_CHANGED and uri=com.google.android.gms
02-22 18:13:26.423 1581-3189/? I/PackageBroadcastService: Null package name or gms related package. Ignoreing.
02-22 18:13:26.439 1396-3190/? I/UpdateIcingCorporaServi: UpdateCorporaTask done [took 33 ms] updated apps [took 33 ms]
02-22 18:13:26.454 1476-1476/? V/GmsNetworkLocationProvi: DISABLE
02-22 18:13:26.454 1581-1928/? I/Icing: updateResources: need to parse f{com.google.android.gms}
02-22 18:13:26.461 1476-1476/? I/GCoreNlp: shouldConfirmNlp, NLP off. Ensuring opt-in disabled
02-22 18:13:26.501 589-601/? D/ActivityRecognitionProxy: AR HW instance not available, binding will be a no-op.
02-22 18:13:26.534 1344-1344/? I/Launcher: Deferring update until onResume
02-22 18:13:31.196 1712-1755/? D/Finsky: [120] AppStatesReplicator.handleContentSyncResponse: Completed 0 account content syncs with 0 successful.
02-22 18:13:31.197 1712-1712/? D/Finsky: [1] ContentSyncService$5.onFinished: Installation state replication succeeded.
02-22 18:14:10.384 589-626/? W/qcom_sensors_hal: hal_sensor1_data_cb: SENSOR1_MSG_TYPE_BROKEN_PIPE
02-22 18:14:10.400 3223-3223/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
02-22 18:14:10.400 3223-3223/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
02-22 18:14:10.401 3223-3223/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
02-22 18:14:10.428 3223-3225/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6fcaa00
02-22 18:14:10.442 3223-3227/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
02-22 18:14:10.463 3223-3229/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
02-22 18:14:17.291 1240-1365/? I/Keyboard.Facilitator.LanguageModelFlusher: run()
02-22 18:14:17.291 1240-1365/? I/Keyboard.Facilitator: flushDynamicLanguageModels()
02-22 18:14:17.332 1067-1067/? I/ConfigService: onCreate
02-22 18:14:22.401 1067-1067/? I/ConfigService: onDestroy
02-22 18:15:42.734 589-626/? W/qcom_sensors_hal: hal_sensor1_data_cb: SENSOR1_MSG_TYPE_BROKEN_PIPE
02-22 18:15:42.750 3238-3238/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
02-22 18:15:42.750 3238-3238/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
02-22 18:15:42.751 3238-3238/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
02-22 18:15:42.776 3238-3240/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6f68a00
02-22 18:15:42.858 3238-3242/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
02-22 18:15:42.880 3238-3246/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
02-22 18:17:15.204 589-626/? W/qcom_sensors_hal: hal_sensor1_data_cb: SENSOR1_MSG_TYPE_BROKEN_PIPE
02-22 18:17:15.220 3252-3252/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
02-22 18:17:15.220 3252-3252/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
02-22 18:17:15.220 3252-3252/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
02-22 18:17:15.247 3252-3254/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6ff2a00
02-22 18:17:15.339 3252-3258/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
02-22 18:17:15.365 3252-3260/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
02-22 18:18:47.764 589-626/? W/qcom_sensors_hal: hal_sensor1_data_cb: SENSOR1_MSG_TYPE_BROKEN_PIPE
02-22 18:18:47.832 3272-3272/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
02-22 18:18:47.833 3272-3272/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
02-22 18:18:47.835 3272-3272/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
02-22 18:18:47.865 3272-3276/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6feca00
02-22 18:18:47.943 3272-3278/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
02-22 18:18:47.963 3272-3280/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
02-22 18:20:20.354 589-626/? W/qcom_sensors_hal: hal_sensor1_data_cb: SENSOR1_MSG_TYPE_BROKEN_PIPE
02-22 18:20:20.418 3294-3294/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
02-22 18:20:20.419 3294-3294/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
02-22 18:20:20.420 3294-3294/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
02-22 18:20:20.446 3294-3296/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6fa3a00
02-22 18:20:20.524 3294-3298/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
02-22 18:20:20.541 3294-3300/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
02-22 18:21:52.814 589-626/? W/qcom_sensors_hal: hal_sensor1_data_cb: SENSOR1_MSG_TYPE_BROKEN_PIPE
02-22 18:21:52.837 3307-3307/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
02-22 18:21:52.837 3307-3307/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
02-22 18:21:52.838 3307-3307/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
02-22 18:21:52.867 3307-3309/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6f79a00
02-22 18:21:52.959 3307-3313/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
02-22 18:21:52.979 3307-3315/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
02-22 18:21:59.123 589-601/? I/UsageStatsService: User[0] Flushing usage stats to disk
is there any way to tell that the router is turned off?
thanks
For some reason, when I plug in my Dell Venue with Android Studio opened, the tabled goes mad and start printing tons of messages in Android Console. For example:
01-17 18:19:14.013 483-495/? W/AccelerometerSimpleCalibration﹕ Noise too large: asc->index: 0 coordinate: 0 value: -0.647239 asc->average: -0.319533 noise: -0.327706
01-17 18:19:14.023 483-649/? D/WifiService﹕ releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy#21d29c58}
01-17 18:19:14.033 483-495/? W/AccelerometerSimpleCalibration﹕ Noise too large: asc->index: 0 coordinate: 0 value: -0.647239 asc->average: -0.318716 noise: -0.328523
01-17 18:19:14.033 483-483/? V/AlarmManager﹕ triggered: act=com.google.android.intent.action.MCS_HEARTBEAT flg=0x14
Pkg: com.google.android.gms
01-17 18:19:14.053 483-495/? W/AccelerometerSimpleCalibration﹕ Noise too large: asc->index: 0 coordinate: 0 value: -0.647239 asc->average: -0.311361 noise: -0.335878
01-17 18:19:14.053 483-495/? E/Sensors﹕ pjn=== LightSensor, als_value:80.000000
01-17 18:19:14.073 483-495/? W/AccelerometerSimpleCalibration﹕ Noise too large: asc->index: 0 coordinate: 0 value: -0.647239 asc->average: -0.299920 noise: -0.347319
01-17 18:19:14.093 483-495/? W/AccelerometerSimpleCalibration﹕ Noise too large: asc->index: 0 coordinate: 0 value: -0.647239 asc->average: -0.299103 noise: -0.348136
01-17 18:19:14.093 822-1152/? D/GCM﹕ Message class com.google.e.a.a.h
01-17 18:19:14.093 871-1008/? I/GCoreUlr﹕ Successfully inserted location
01-17 18:19:14.093 871-1008/? I/GCoreUlr﹕ Not calling LocationReporter, hasMoved: false, elapsed millis: 847642, request: Stationary(3600000)
01-17 18:19:14.113 483-495/? W/AccelerometerSimpleCalibration﹕ Noise too large: asc->index: 0 coordinate: 0 value: -0.647239 asc->average: -0.292565 noise: -0.354674
01-17 18:19:14.133 483-495/? W/AccelerometerSimpleCalibration﹕ Noise too large: asc->index: 0 coordinate: 0 value: -0.647239 asc->average: -0.251704 noise: -0.395535
01-17 18:19:14.153 483-495/? W/AccelerometerSimpleCalibration﹕ Noise too large: asc->index: 0 coordinate: 0 value: -0.647239 asc->average: -0.239446 noise: -0.407793
01-17 18:19:14.173 483-495/? W/AccelerometerSimpleCalibration﹕ Noise too large: asc->index: 0 coordinate: 0 value: -0.647239 asc->average: -0.231273 noise: -0.415965
01-17 18:19:14.193 483-495/? W/AccelerometerSimpleCalibration﹕ Noise too large: asc->index: 1 coordinate: 0 value: -0.460913 asc->average: -0.204305 noise: -0.256607
01-17 18:19:14.213 483-495/? W/AccelerometerSimpleCalibration﹕ Noise too large: asc->index: 3 coordinate: 2 value: 10.257756 asc->average: 9.976632 noise: 0.281124
01-17 18:19:14.233 483-495/? W/AccelerometerSimpleCalibration﹕ Noise too large: asc->index: 2 coordinate: 2 value: 10.247949 asc->average: 9.980719 noise: 0.267230
01-17 18:19:14.253 483-495/? W/AccelerometerSimpleCalibration﹕ Noise too large: asc->index: 2 coordinate: 2 value: 10.247949 asc->average: 9.978267 noise: 0.269682
01-17 18:19:14.273 483-495/? W/AccelerometerSimpleCalibration﹕ Noise too large: asc->index: 2 coordinate: 2 value: 10.247949 asc->average: 9.957835 noise: 0.290113
01-17 18:19:14.293 483-495/? W/AccelerometerSimpleCalibration﹕ Noise too large: asc->index: 2 coordinate: 2 value: 10.247949 asc->average: 9.989707 noise: 0.258242
01-17 18:19:14.313 483-495/? D/AccelerometerSimpleCalibration﹕ data z positive
01-17 18:19:14.313 483-495/? D/AccelerometerSimpleCalibration﹕ data z positive had collected
01-17 18:19:14.363 483-530/? D/WifiStateMachine﹕ handleMessage: E msg.what=131155
01-17 18:19:14.363 483-530/? D/WifiStateMachine﹕ processMsg: ConnectedState
01-17 18:19:14.363 483-530/? D/WifiStateMachine﹕ processMsg: L2ConnectedState
01-17 18:19:14.363 483-530/? I/WifiHW﹕ CMD: IFNAME=wlan0 SIGNAL_POLL
01-17 18:19:14.363 563-563/? D/wpa_supplicant﹕ RX ctrl_iface - hexdump(len=11): 53 49 47 4e 41 4c 5f 50 4f 4c 4c
01-17 18:19:14.363 563-563/? D/wpa_supplicant﹕ wlan0: Control interface command 'SIGNAL_POLL'
01-17 18:19:14.383 563-563/? D/wpa_supplicant﹕ nl80211: survey data missing!
01-17 18:19:14.383 483-530/? I/WifiHW﹕ REPLY: RSSI=-66
01-17 18:19:14.383 483-530/? I/WifiHW﹕ REPLY: LINKSPEED=52
01-17 18:19:14.383 483-530/? I/WifiHW﹕ REPLY: NOISE=9999
This only occurs for some projects.. like them being corrupted. It started happening when I tried to add GL support to one of the projects. May be someone can explain how to fix this?
The program doesn't even run or debugged. Once devices is plugged in, the madness starts.
I too has the same issue re stated the device, it stated working fine.
It is the issue with latest updated google play service.