App stürzt bei Start ab

  • 29 Antworten
  • Letztes Antwortdatum
hallo Stefan,

leider steht bei mir "No debug Processes" :(
[doublepost=1482495330,1482495282][/doublepost]Hallo Stefan,

leider steht bei mir No Debugable Processes" :(
 
schau mal bitte in deine PN
 
ich kann leider nicht telefonieren.
 
wo steht denn "no debug processes " ?

Peter, ich helfe ja gerne , aber ich benötige schon mehr infos von dir , ich sitze nicht vor deinem PC .
Bist zu zufällig im Release Mode ?
 
Zuletzt bearbeitet:
Hallo Peter,

wo hast Du deine Permissions definiert. Im Manifest, oder irgendwo im Code?

Was passiert, wenn du die Codezeile @SuppressWarnings("MissingPermission") entfernst?

Alles was ich bis jetzt gesehen habe, liegt die Vermutung nahe, dass die Implementierung der Permissions fehlerhaft ist.
 
Hallo Markus,

folgendes ist mein Manifest:
Code:
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="de.androidnewcomer.partypeople_map">

    <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
    <uses-permission android:name="android.permission.INTERNET" />

    <application
        android:allowBackup="true"
        android:icon="@mipmap/ic_launcher"
        android:label="@string/app_name"
        android:supportsRtl="true"
        android:theme="@style/AppTheme">

        <!--
             The API key for Google Maps-based APIs is defined as a string resource.
             (See the file "res/values/google_maps_api.xml").
             Note that the API key is linked to the encryption key used to sign the APK.
             You need a different API key for each encryption key, including the release key that is used to
             sign the APK for publishing.
             You can define the keys for the debug and release targets in src/debug/ and src/release/.
        -->
        <meta-data
            android:name="com.google.android.geo.API_KEY"
            android:value="AIzaSyB2oVqO-Z4ochqGZhmHQG-aiUxdKvg1iyo" />

        <activity
            android:name=".MapsActivity"
            android:label="@string/title_activity_maps">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />

                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>
    </application>

</manifest>

Wenn ich die Zeile @SuppressWarnings("MissingPermission") entferne, wird folgendes rot unsterstrichen:
mMap.setMyLocationEnabled(true);
Schöne Grüße und Frohe Weihnachten
 
@markus.tullius

Hatte ich ihn oben schon gefragt und auch vermutet :-(

P.S An dieser Stelle : Frohe Weihnachtstage an dich :)
 
Hi Stefan,
hast du heute lust ein bisschen zu tüfteln oder wollen wir erst morgen / nach weihnachten mit dem PRoblem weitermachen
[doublepost=1482584053,1482579723][/doublepost]Also ich hau dir hier einfach ein paar infos rein und vielleicht kannst du mir dann nochmal helfen.
Folgendes ich weiss nicht, ob ich im Release mode bin, meine Ansicht sieht wie folgt aus:
upload_2016-12-24_13-49-10.png

was ich nicht verstehe in dem kompletten Log finde ich nichts, dass "Peter" enthält. Anbei nochmal der Log:



12-24 08:23:08.086 4032-4458/? W/PGMiddleWare: in handleAction method, action = 10010
12-24 08:23:08.087 4032-4458/? W/PGMiddleWare: in handleAction, invoke client = com.huawei.pgmng.middleware.AudioEffectLowPowerImpl@1ce644a, action = com.huawei.pgmng.PGAction@7d6f729 actionId =10010 pkg =com.huawei.android.launcher extend1 =49980 extend2 = flag =3 type =1
12-24 08:23:08.102 2472-4183/? I/[Gralloc]: alloc w[720] h[1280] format[1] usage[3842]
12-24 08:23:08.106 2472-4183/? I/[Gralloc]: alloc succ handle[0x55a00cb6d0] stride[720]
12-24 08:23:08.107 2472-2594/? I/[Gralloc]: alloc w[720] h[1280] format[1] usage[3842]
12-24 08:23:08.108 4066-4066/? I/HwLauncher: Launcher onResume()
12-24 08:23:08.109 4066-4066/? I/HwLauncher: Launcher doResumeWork()
12-24 08:23:08.110 2472-2594/? I/[Gralloc]: alloc succ handle[0x55a0003d80] stride[720]
12-24 08:23:08.111 2472-2594/? I/[Gralloc]: alloc w[720] h[1280] format[1] usage[3842]
12-24 08:23:08.115 2472-2594/? I/[Gralloc]: alloc succ handle[0x55a0000a50] stride[720]
12-24 08:23:08.115 2472-2594/? I/[Gralloc]: alloc w[720] h[1280] format[1] usage[3842]
12-24 08:23:08.116 4066-11078/? I/HwLauncher: Launcher.MotionManager startMotionAppsReco begin,flg = 402
12-24 08:23:08.123 4066-4066/? I/HwLauncher: Launcher onResume mIsToUninstallApp = false
12-24 08:23:08.123 4066-4066/? I/HwLauncher: Launcher Launcher hot start cost 14 ms
12-24 08:23:08.136 2472-2594/? I/[Gralloc]: alloc succ handle[0x559fce3650] stride[720]
12-24 08:23:08.154 2472-2472/? E/HAL: load: id=gralloc != hmi->id=gralloc
12-24 08:23:08.177 4066-11078/? W/MotionDetectionManager: startMotionAppsReco motionApps: 402 disabled
12-24 08:23:08.177 4066-11078/? W/HwLauncher: Launcher.MotionManager startMotionAppsReco service flg 402 is unavailable
12-24 08:23:08.177 4066-11078/? I/HwLauncher: Launcher.MotionManager , start MotionApps Reco end.
12-24 08:23:08.184 4066-4066/? I/HwLauncher: Launcher mUnlockScreenRunnbale getOrientationEnabled false
12-24 08:23:08.199 2472-2472/? E/HAL: load: id=gralloc != hmi->id=gralloc
12-24 08:23:08.484 3644-3644/? I/wpa_supplicant: reduce bt priority
12-24 08:23:08.484 3644-3644/? I/wpa_supplicant: set current WIFI status to BT!
12-24 08:23:08.597 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=34:81:c4:f0:a0:55 RSSI=-90 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:08.607 3104-3104/? I/TrafficMonitor: update:rxPkts:0,txPkts:1,rxBytes:0,txBytes:65
12-24 08:23:08.607 3104-3104/? I/TrafficMonitor: start expired. level:-1
12-24 08:23:08.607 3104-3104/? I/TrafficMonitor: gettimer:interval=2000
12-24 08:23:08.646 4066-4259/? W/OpenGLRenderer: Incorrectly called buildLayer on View: ShortcutAndWidgetContainer, destroying layer...
12-24 08:23:08.646 4066-4259/? W/OpenGLRenderer: Incorrectly called buildLayer on View: ShortcutAndWidgetContainer, destroying layer...
12-24 08:23:08.652 2472-2472/? E/HAL: load: id=gralloc != hmi->id=gralloc
12-24 08:23:09.599 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=34:81:c4:f0:a0:55 RSSI=-90 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:09.605 3104-3104/? I/TrafficMonitor: expired arrive. level:-1
12-24 08:23:09.605 3104-3104/? I/TrafficMonitor: during_ms:2002,period_ms:2000
12-24 08:23:09.606 3104-3104/? I/TrafficMonitor: count:9,rx_sum:0,tx_sum:1,rxBytes:0,during_ms:2002,rx_speed:0.0,tx_speed:32.46753246753247,rto:0.0
12-24 08:23:09.694 3644-3644/? I/wpa_supplicant: reduce bt priority
12-24 08:23:09.694 3644-3644/? I/wpa_supplicant: set current WIFI status to BT!
12-24 08:23:09.731 2479-3091/? E/Netd: Iface linkstate wlan0 up
12-24 08:23:09.732 2472-2472/? E/HAL: load: id=gralloc != hmi->id=gralloc
12-24 08:23:09.733 2479-3091/? E/Netd: Iface linkstate wlan0 up
12-24 08:23:09.735 3644-3644/? W/wpa_supplicant: check_associate_result func start
12-24 08:23:09.740 3644-3644/? I/wpa_supplicant: wlan0: Associated with 82:c7:a6:59:95:36
12-24 08:23:09.771 3644-3644/? I/wpa_supplicant: wlan0: CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully (based on lower layer success)
12-24 08:23:09.771 3644-3644/? W/wpa_supplicant: check_associate_result func start
12-24 08:23:09.781 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=34:81:c4:f0:a0:55 RSSI=-90 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:09.782 3104-3479/? I/SendBroadcastPermission: action:android.net.wifi.STATE_CHANGE, mPermissionType:0
12-24 08:23:09.786 3644-3644/? W/wpa_supplicant: check_associate_result func start
12-24 08:23:09.787 3104-3479/? I/SendBroadcastPermission: action:android.net.wifi.supplicant.STATE_CHANGE, mPermissionType:0
12-24 08:23:09.788 3644-3644/? W/wpa_supplicant: check_associate_result func start
12-24 08:23:09.791 3104-3104/? E/hwintelligencewifi: NetworkInfo.State.CONNECTED
12-24 08:23:09.792 3104-3506/? I/HuaweiWifiWatchdogStateMachine: nw state change to: CONNECTED
12-24 08:23:09.792 3104-3506/? I/HuaweiWifiWatchdogStateMachine: Update current BSSID to 82:c7:**:**:95:36
12-24 08:23:09.792 3104-3506/? I/HuaweiWifiWatchdogStateMachine: mCurrentBssid current bssid is:82:c7:**:**:95:36
12-24 08:23:09.792 3104-3506/? I/HuaweiWifiWatchdogStateMachine: get mCurrentBssid inCache for new bssid.
12-24 08:23:09.792 3104-3506/? I/HuaweiWifiWatchdogStateMachine: send BSSID changed event.
12-24 08:23:09.792 3104-3506/? I/TrafficMonitor: enableMonitor:false,type=1
12-24 08:23:09.792 3104-3506/? I/TrafficMonitor: enableMonitor:true,type=1
12-24 08:23:09.794 3104-3104/? I/TrafficMonitor: gettimer:interval=2000
12-24 08:23:09.794 3644-3644/? I/wpa_supplicant: wlan0: WPA: Key negotiation completed with 82:c7:a6:59:95:36 [PTK=CCMP GTK=CCMP]
12-24 08:23:09.795 3104-3759/? W/WifiMonitor: couldn't identify event type - WPA: Key negotiation completed with 82:c7:a6:59:95:36 [PTK=CCMP GTK=CCMP]
12-24 08:23:09.795 2479-3091/? E/Netd: Iface linkstate wlan0 up
12-24 08:23:09.799 3644-3644/? I/wpa_supplicant: set current WIFI status to BT!
12-24 08:23:09.799 3644-3644/? I/wpa_supplicant: set current WIFI status to BT!
12-24 08:23:09.799 3644-3644/? I/wpa_supplicant: wlan0: CTRL-EVENT-CONNECTED - Connection to 82:c7:a6:59:95:36 completed [id=15 id_str=]
12-24 08:23:09.800 2479-3091/? E/Netd: Iface linkstate wlan0 up
12-24 08:23:09.802 3644-3644/? W/wpa_supplicant: check_associate_result func start
12-24 08:23:09.806 3104-3479/? I/SendBroadcastPermission: action:android.net.wifi.supplicant.STATE_CHANGE, mPermissionType:0
12-24 08:23:09.813 3104-11094/? E/HwWifiCHRStateManagerImpl: getRelatedApInfo( sameFreq:4 relatedCount:1)
12-24 08:23:09.814 3559-11093/? I/WifiTracker: STATE =1
12-24 08:23:09.820 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-88 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:09.827 3104-3479/? I/SendBroadcastPermission: action:android.net.wifi.supplicant.STATE_CHANGE, mPermissionType:0
12-24 08:23:09.829 3104-3479/? I/SendBroadcastPermission: action:android.net.wifi.supplicant.STATE_CHANGE, mPermissionType:0
12-24 08:23:09.842 3104-3506/? I/HuaweiWifiWatchdogStateMachine: Update current BSSID to 82:c7:**:**:95:36
12-24 08:23:09.842 3104-3506/? I/HuaweiWifiWatchdogStateMachine: mCurrentBssid current bssid is:82:c7:**:**:95:36
12-24 08:23:09.843 4513-4624/? I/System.out: [chown, system.log, /log/LogService/15/WIFI_CHR_ALE-L21_YhsM$c0hAuPUnFk1xol7QdiHhtAYtcMA9HGpSH5sToM=_20161218201857.log]
12-24 08:23:09.843 4513-4624/? I/System.out: null
12-24 08:23:09.843 4513-4624/? I/System.out: null
12-24 08:23:09.844 4513-4624/? I/System.out: Calling by::className:com.huawei.lcagent.util.FileUtils MethodName:runCommand
12-24 08:23:09.862 4513-4624/? I/System.out: [chmod, 640, /log/LogService/15/WIFI_CHR_ALE-L21_YhsM$c0hAuPUnFk1xol7QdiHhtAYtcMA9HGpSH5sToM=_20161218201857.log]
12-24 08:23:09.862 4513-4624/? I/System.out: null
12-24 08:23:09.862 4513-4624/? I/System.out: null
12-24 08:23:09.863 4513-4624/? I/System.out: Calling by::className:com.huawei.lcagent.util.FileUtils MethodName:runCommand
12-24 08:23:09.874 2479-11053/? W/DnsProxyListener: Error writing DNS result to client
12-24 08:23:10.401 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-89 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:10.795 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-90 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:11.800 3104-3104/? I/TrafficMonitor: update:rxPkts:2,txPkts:1,rxBytes:157,txBytes:52
12-24 08:23:11.800 3104-3104/? I/TrafficMonitor: no expired. level:-1
12-24 08:23:11.800 3104-3104/? I/TrafficMonitor: gettimer:interval=2000
12-24 08:23:11.800 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-90 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:11.800 3104-3104/? I/TrafficMonitor: count:1,rx_sum:0,tx_sum:0,rxBytes:0,during_ms:0,rx_speed:0.0,tx_speed:0.0,rto:0.0
12-24 08:23:12.186 3104-3104/? I/MQoS: onSignal: mSubId=1,currDataSubID=1
12-24 08:23:12.186 3104-3104/? I/MQoS: received cell-signal:4
12-24 08:23:12.187 3104-3533/? I/SendBroadcastPermission: action:android.intent.action.SIG_STR, mPermissionType:0
12-24 08:23:12.190 3559-3640/? I/HwCustMobileSignalControllerImpl: subId:1 phoneType:1 networktype:2 targetClass:1 masterLevel:3 slaveLevel:-1
12-24 08:23:12.802 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-91 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:13.411 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-91 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:13.798 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-91 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:13.801 3104-3104/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0
12-24 08:23:13.801 3104-3104/? I/TrafficMonitor: start expired. level:-1
12-24 08:23:13.801 3104-3104/? I/TrafficMonitor: gettimer:interval=2000
12-24 08:23:14.807 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-91 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:15.806 3104-3104/? I/TrafficMonitor: update:rxPkts:1,txPkts:1,rxBytes:52,txBytes:52
12-24 08:23:15.807 3104-3104/? I/TrafficMonitor: start expired. level:-1
12-24 08:23:15.807 3104-3104/? I/TrafficMonitor: gettimer:interval=2000
12-24 08:23:15.808 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-92 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:15.901 2501-2501/? E/Thermal-daemon: [ap] temp_new :32 temp_old :33
12-24 08:23:15.901 2501-2501/? E/Thermal-daemon: Report temperature: [ap] temp :32 report_threshold:1
12-24 08:23:16.421 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-92 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:16.463 3104-3499/? E/HwArpVerifier: current WIFI rssi:-92 is weak
12-24 08:23:16.802 3104-3104/? I/TrafficMonitor: expired arrive. level:-1
12-24 08:23:16.803 3104-3104/? I/TrafficMonitor: during_ms:2005,period_ms:2000
12-24 08:23:16.803 3104-3104/? I/TrafficMonitor: count:3,rx_sum:1,tx_sum:1,rxBytes:52,during_ms:2005,rx_speed:25.935162094763093,tx_speed:25.935162094763093,rto:1.0
12-24 08:23:16.809 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-92 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:16.815 3104-3506/? I/HuaweiWifiWatchdogStateMachine: spd good count:14, add sc:0.0, rate:0.8
12-24 08:23:16.815 3104-3506/? I/HuaweiWifiWatchdogStateMachine: current mHighDataFlowRate = 1.0
12-24 08:23:16.815 3104-3506/? I/HuaweiWifiWatchdogStateMachine: not any pkt, ignore this period chk result.
12-24 08:23:17.807 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-92 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:17.809 3104-3104/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0
12-24 08:23:17.809 3104-3104/? I/TrafficMonitor: start expired. level:-1
12-24 08:23:17.809 3104-3104/? I/TrafficMonitor: gettimer:interval=2000
12-24 08:23:18.812 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-92 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:19.432 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-92 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:19.586 3644-3644/? I/wpa_supplicant: reduce bt priority
12-24 08:23:19.586 3644-3644/? I/wpa_supplicant: set current WIFI status to BT!
12-24 08:23:19.814 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-92 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:19.815 3104-3104/? I/TrafficMonitor: update:rxPkts:2,txPkts:1,rxBytes:217,txBytes:64
12-24 08:23:19.816 3104-3104/? I/TrafficMonitor: start expired. level:-1
12-24 08:23:19.816 3104-3104/? I/TrafficMonitor: gettimer:interval=2000
12-24 08:23:20.445 2843-2944/? I/OAM: [check_file_size:402]/data/hwlogdir/wifi_log/wifi_log_1 log file beyond size=10240Byte, creat new file
12-24 08:23:20.445 2843-2944/? I/OAM: [rename_old_file:107]rename_old_file
12-24 08:23:20.815 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-93 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:21.818 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-93 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:21.821 3104-3104/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0
12-24 08:23:21.821 3104-3104/? I/TrafficMonitor: start expired. level:-1
12-24 08:23:21.821 3104-3104/? I/TrafficMonitor: gettimer:interval=2000
12-24 08:23:22.443 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-93 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:22.812 3104-3104/? I/TrafficMonitor: expired arrive. level:-1
12-24 08:23:22.812 3104-3104/? I/TrafficMonitor: during_ms:2005,period_ms:2000
12-24 08:23:22.812 3104-3104/? I/TrafficMonitor: count:6,rx_sum:0,tx_sum:0,rxBytes:0,during_ms:2005,rx_speed:0.0,tx_speed:0.0,rto:0.0
12-24 08:23:22.819 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-93 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:23.821 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-93 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:23.826 3104-3104/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0
12-24 08:23:23.827 3104-3104/? I/TrafficMonitor: start expired. level:-1
12-24 08:23:23.827 3104-3104/? I/TrafficMonitor: gettimer:interval=2000
12-24 08:23:24.823 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-92 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:24.829 3104-3506/? I/HuaweiWifiWatchdogStateMachine: spd good count:14, add sc:0.0, rate:0.8
12-24 08:23:24.830 3104-3506/? I/HuaweiWifiWatchdogStateMachine: current mHighDataFlowRate = 1.0
12-24 08:23:24.831 3104-3506/? I/HuaweiWifiWatchdogStateMachine: POta txb txg rxg:0, 1, 0. Lr =0% Totpkt=1
12-24 08:23:24.831 3104-3104/? I/WifiProJNI: ######### CMD_QUERY_PKTS ########
12-24 08:23:24.833 3104-3505/? I/QosMonitor: postEventFromNative: msg=100,arg1=0,arg2=9
12-24 08:23:24.833 3104-3505/? W/WifiProJNI: poll before: g_monitor_fd =149
12-24 08:23:24.834 3104-3104/? I/MQoS: rtt=1550,tcp_tx_pkts=1515039,tcp_rx_pkts=2143848
12-24 08:23:24.834 3104-3104/? I/MQoS: QOS_level:0(0),DataDisable;use level-0
12-24 08:23:24.834 3104-3506/? I/HuaweiWifiWatchdogStateMachine: PTcp RTT:0, rtt pkt=0, tcp_rx=0, tcp_tx=0, tcp_reTran=0, rtRate=0
12-24 08:23:24.835 3104-3506/? I/HuaweiWifiWatchdogStateMachine: rt ota tcp rl bad: false, false, false, true; rsth:-75
12-24 08:23:24.835 3104-3506/? I/HuaweiWifiWatchdogStateMachine: pkt chk not bad, ### mPktChkBadCnt and sc is 0.
12-24 08:23:25.453 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-92 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:25.573 3104-3458/? W/AlarmManager: WAKEUP alarm trigger action = com.google.android.location.ALARM_WAKEUP_LOCATOR elapsed = 1363750602
12-24 08:23:25.574 3104-3458/? W/AlarmManager: WAKEUP alarm trigger action = com.google.android.location.ALARM_WAKEUP_ACTIVITY_DETECTION elapsed = 1363751602
12-24 08:23:25.634 3644-3644/? I/wpa_supplicant: set current WIFI status to BT!
12-24 08:23:25.645 4048-8250/? W/PhoneInterfaceManager: shouldBlockLocation running ...
12-24 08:23:25.646 4048-8250/? I/PhoneInterfaceManager: shouldBlockLocation ret:false
12-24 08:23:25.726 4048-4471/? W/PhoneInterfaceManager: shouldBlockLocation running ...
12-24 08:23:25.726 4048-4471/? I/PhoneInterfaceManager: shouldBlockLocation ret:false
12-24 08:23:25.740 4048-4162/? W/PhoneInterfaceManager: shouldBlockLocation running ...
12-24 08:23:25.740 4048-4162/? I/PhoneInterfaceManager: shouldBlockLocation ret:false
12-24 08:23:25.819 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-92 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:25.827 3104-3104/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0
12-24 08:23:25.827 3104-3104/? I/TrafficMonitor: start expired. level:-1
12-24 08:23:25.827 3104-3104/? I/TrafficMonitor: gettimer:interval=2000
12-24 08:23:25.902 2501-2501/? E/Thermal-daemon: [charger_ic] temp_new :31 temp_old :32
12-24 08:23:25.902 2501-2501/? E/Thermal-daemon: Report temperature: [charger_ic] temp :31 report_threshold:1
12-24 08:23:25.902 2501-2501/? E/Thermal-daemon: [ap] temp_new :31 temp_old :32
12-24 08:23:25.902 2501-2501/? E/Thermal-daemon: Report temperature: [ap] temp :31 report_threshold:1
12-24 08:23:25.913 3644-3644/? I/wpa_supplicant: set current WIFI status to BT!
12-24 08:23:25.935 3104-3479/? I/SendBroadcastPermission: action:android.net.wifi.SCAN_RESULTS, mPermissionType:0
12-24 08:23:25.939 4024-4024/? I/System.out: BitString length 17
12-24 08:23:25.939 4024-4024/? I/System.out: MAC Address34:81:c4:f0:a0:55
12-24 08:23:25.939 4024-4024/? I/System.out: BitString length 17
12-24 08:23:25.939 4024-4024/? I/System.out: MAC Address34:81:c4:04:64:b0
12-24 08:23:25.939 4024-4024/? I/System.out: BitString length 17
12-24 08:23:25.939 4024-4024/? I/System.out: MAC Address82:c7:a6:59:95:36
12-24 08:23:25.939 4024-4024/? I/System.out: BitString length 17
12-24 08:23:25.939 4024-4024/? I/System.out: MAC Addressa4:99:47:bb:10:5e
12-24 08:23:25.951 4024-4024/? I/SUPL20_LocMan: Phone type:GSM
12-24 08:23:25.953 4024-4024/? I/SUPL20_LocMan: Network Op Mnc= 3 MCC = 262
12-24 08:23:25.953 4024-4024/? I/SUPL20_LocMan: cellInfo NetworkType:NOT RETERIVE,21
12-24 08:23:25.953 4024-6618/? I/SUPL20_SPIMESLP-SENDING: m_bPacket.length 341
12-24 08:23:25.953 4024-6618/? I/SUPL20_SPIMESLP-SENDING: bBrokenPipe = false
12-24 08:23:26.826 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-91 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:27.828 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-91 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:27.833 3104-3104/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0
12-24 08:23:27.833 3104-3104/? I/TrafficMonitor: start expired. level:-1
12-24 08:23:27.833 3104-3104/? I/TrafficMonitor: gettimer:interval=2000
12-24 08:23:28.464 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-91 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:28.828 3104-3104/? I/TrafficMonitor: expired arrive. level:-1
12-24 08:23:28.828 3104-3104/? I/TrafficMonitor: during_ms:2005,period_ms:2000
12-24 08:23:28.829 3104-3104/? I/TrafficMonitor: count:9,rx_sum:0,tx_sum:0,rxBytes:0,during_ms:2005,rx_speed:0.0,tx_speed:0.0,rto:0.0
12-24 08:23:28.829 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-91 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:29.027 939-2730/? I/SendBroadcastPermission: action:com.google.android.location.activity.DEEP_STILL_MODE_ENABLED, mPermissionType:0
12-24 08:23:29.031 939-939/? I/GCoreUlr: Starting service, intent=Intent { act=com.google.android.location.reporting.ACTION_UPDATE_ACTIVE_STATE cmp=com.google.android.gms/com.google.android.location.reporting.service.DispatchingService (has extras) }, extras=Bundle[{source=PowerModeReceiver}]
12-24 08:23:29.165 939-6812/? I/GCoreUlr: DispatchingService.updateActiveState+PowerModeReceiver: Ensuring that reporting is active for [account#-1#]
12-24 08:23:29.191 939-6812/? I/GCoreUlr: GMS FLP location and AR updates requested: {"description":"stationary","newRequest":true,"samplePeriodMs":2160000,"sampleReason":"stationary","sampleSource":"internal","timestampMs":1482564209066}
12-24 08:23:29.196 939-6812/? I/GCoreUlr: Place inference reporting - stop
12-24 08:23:29.830 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-91 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:29.838 3104-3104/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0
12-24 08:23:29.839 3104-3104/? I/TrafficMonitor: start expired. level:-1
12-24 08:23:29.839 3104-3104/? I/TrafficMonitor: gettimer:interval=2000
12-24 08:23:30.321 3644-3644/? I/wpa_supplicant: reduce bt priority
12-24 08:23:30.322 3644-3644/? I/wpa_supplicant: set current WIFI status to BT!
12-24 08:23:30.827 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-92 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:31.474 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-92 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:31.833 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-92 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:31.844 3104-3104/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0
12-24 08:23:31.844 3104-3104/? I/TrafficMonitor: start expired. level:-1
12-24 08:23:31.844 3104-3104/? I/TrafficMonitor: gettimer:interval=2000
12-24 08:23:32.835 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-92 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:32.840 3104-3506/? I/HuaweiWifiWatchdogStateMachine: spd good count:14, add sc:0.0, rate:0.8
12-24 08:23:32.841 3104-3506/? I/HuaweiWifiWatchdogStateMachine: current mHighDataFlowRate = 1.0
12-24 08:23:32.841 3104-3506/? I/HuaweiWifiWatchdogStateMachine: not any pkt, ignore this period chk result.
12-24 08:23:33.832 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-92 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:33.847 3104-3104/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0
12-24 08:23:33.848 3104-3104/? I/TrafficMonitor: start expired. level:-1
12-24 08:23:33.848 3104-3104/? I/TrafficMonitor: gettimer:interval=2000
12-24 08:23:34.486 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-92 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:34.710 3104-3119/? I/SendBroadcastPermission: action:android.net.conn.DATA_ACTIVITY_CHANGE, mPermissionType:0
12-24 08:23:34.834 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-92 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:34.840 3104-3104/? I/TrafficMonitor: expired arrive. level:-1
12-24 08:23:34.840 3104-3104/? I/TrafficMonitor: during_ms:2004,period_ms:2000
12-24 08:23:34.840 3104-3104/? I/TrafficMonitor: count:12,rx_sum:0,tx_sum:0,rxBytes:0,during_ms:2004,rx_speed:0.0,tx_speed:0.0,rto:0.0
12-24 08:23:35.841 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-92 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:35.850 3104-3104/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0
12-24 08:23:35.850 3104-3104/? I/TrafficMonitor: start expired. level:-1
12-24 08:23:35.850 3104-3104/? I/TrafficMonitor: gettimer:interval=2000
12-24 08:23:36.569 8160-8160/? I/GrammarCompilationSvcCt: #startService for null, APP_NAMES.
12-24 08:23:36.842 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-92 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:37.498 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-92 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:37.844 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-92 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:37.854 3104-3104/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0
12-24 08:23:37.854 3104-3104/? I/TrafficMonitor: start expired. level:-1
12-24 08:23:37.855 3104-3104/? I/TrafficMonitor: gettimer:interval=2000
12-24 08:23:38.845 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-92 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:39.847 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-92 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:39.859 3104-3104/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0
12-24 08:23:39.860 3104-3104/? I/TrafficMonitor: start expired. level:-1
12-24 08:23:39.860 3104-3104/? I/TrafficMonitor: gettimer:interval=5000
12-24 08:23:40.510 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-92 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:40.849 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-92 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:40.852 3104-3104/? I/TrafficMonitor: expired arrive. level:-1
12-24 08:23:40.852 3104-3104/? I/TrafficMonitor: during_ms:2005,period_ms:2000
12-24 08:23:40.852 3104-3104/? I/TrafficMonitor: count:15,rx_sum:0,tx_sum:0,rxBytes:0,during_ms:2005,rx_speed:0.0,tx_speed:0.0,rto:0.0
12-24 08:23:40.856 3104-3506/? I/HuaweiWifiWatchdogStateMachine: spd good count:14, add sc:0.0, rate:0.8
12-24 08:23:40.856 3104-3506/? I/HuaweiWifiWatchdogStateMachine: current mHighDataFlowRate = 1.0
12-24 08:23:40.856 3104-3506/? I/HuaweiWifiWatchdogStateMachine: not any pkt, ignore this period chk result.
12-24 08:23:41.850 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-92 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:42.853 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-92 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:43.522 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-92 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:43.853 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-92 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:44.854 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-92 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:44.864 3104-3104/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0
12-24 08:23:44.864 3104-3104/? I/TrafficMonitor: start expired. level:-1
12-24 08:23:44.864 3104-3104/? I/TrafficMonitor: gettimer:interval=5000
12-24 08:23:45.480 2843-2944/? I/OAM: [check_file_size:402]/data/hwlogdir/wifi_log/wifi_log_1 log file beyond size=10240Byte, creat new file
12-24 08:23:45.480 2843-2944/? I/OAM: [rename_old_file:107]rename_old_file
12-24 08:23:45.857 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-92 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:45.904 2501-2501/? E/Thermal-daemon: [ap] temp_new :30 temp_old :31
12-24 08:23:45.904 2501-2501/? E/Thermal-daemon: Report temperature: [ap] temp :30 report_threshold:1
12-24 08:23:46.365 3644-3644/? I/wpa_supplicant: reduce bt priority
12-24 08:23:46.365 3644-3644/? I/wpa_supplicant: set current WIFI status to BT!
12-24 08:23:46.534 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-92 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:46.574 3104-3499/? E/HwArpVerifier: current WIFI rssi:-92 is weak
12-24 08:23:46.859 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-92 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:47.860 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-92 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:48.861 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-92 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:48.867 3104-3506/? I/HuaweiWifiWatchdogStateMachine: spd good count:14, add sc:0.0, rate:0.8
12-24 08:23:48.868 3104-3506/? I/HuaweiWifiWatchdogStateMachine: current mHighDataFlowRate = 1.0
12-24 08:23:48.868 3104-3506/? I/HuaweiWifiWatchdogStateMachine: not any pkt, ignore this period chk result.
12-24 08:23:49.545 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-93 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:49.863 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-93 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:49.867 3104-3104/? I/TrafficMonitor: expired arrive. level:-1
12-24 08:23:49.871 3104-3104/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0
12-24 08:23:49.872 3104-3104/? I/TrafficMonitor: start expired. level:-1
12-24 08:23:49.872 3104-3104/? I/TrafficMonitor: gettimer:interval=5000
12-24 08:23:49.872 3104-3104/? I/TrafficMonitor: during_ms:5008,period_ms:2000
12-24 08:23:49.872 3104-3104/? I/TrafficMonitor: count:17,rx_sum:0,tx_sum:0,rxBytes:0,during_ms:5008,rx_speed:0.0,tx_speed:0.0,rto:0.0
12-24 08:23:50.864 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-93 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:50.905 2501-2501/? E/Thermal-daemon: [charger_ic] temp_new :30 temp_old :31
12-24 08:23:50.905 2501-2501/? E/Thermal-daemon: Report temperature: [charger_ic] temp :30 report_threshold:1
12-24 08:23:51.866 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-92 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:52.556 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-92 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:52.867 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-92 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:53.867 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-92 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:54.869 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-92 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:54.873 3104-3104/? I/TrafficMonitor: expired arrive. level:-1
12-24 08:23:54.877 3104-3104/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0
12-24 08:23:54.878 3104-3104/? I/TrafficMonitor: start expired. level:-1
12-24 08:23:54.878 3104-3104/? I/TrafficMonitor: gettimer:interval=5000
12-24 08:23:54.878 3104-3104/? I/TrafficMonitor: during_ms:5006,period_ms:2000
12-24 08:23:54.878 3104-3104/? I/TrafficMonitor: count:18,rx_sum:0,tx_sum:0,rxBytes:0,during_ms:5006,rx_speed:0.0,tx_speed:0.0,rto:0.0
12-24 08:23:55.568 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-92 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:55.864 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-92 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:56.871 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-92 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:56.877 3104-3506/? I/HuaweiWifiWatchdogStateMachine: spd good count:14, add sc:0.0, rate:0.8
12-24 08:23:56.878 3104-3506/? I/HuaweiWifiWatchdogStateMachine: current mHighDataFlowRate = 1.0
12-24 08:23:56.878 3104-3506/? I/HuaweiWifiWatchdogStateMachine: not any pkt, ignore this period chk result.
12-24 08:23:57.324 3644-3644/? I/wpa_supplicant: reduce bt priority
12-24 08:23:57.325 3644-3644/? I/wpa_supplicant: set current WIFI status to BT!
12-24 08:23:57.871 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-92 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:58.203 2843-2944/? I/OAM: [check_file_size:402]/data/hwlogdir/wifi_log/wifi_log_1 log file beyond size=10240Byte, creat new file
12-24 08:23:58.203 2843-2944/? I/OAM: [rename_old_file:107]rename_old_file
12-24 08:23:58.533 3644-3644/? I/wpa_supplicant: reduce bt priority
12-24 08:23:58.533 3644-3644/? I/wpa_supplicant: set current WIFI status to BT!
12-24 08:23:58.579 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-92 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:58.872 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-92 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:59.876 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-93 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:23:59.879 3104-3104/? I/TrafficMonitor: expired arrive. level:-1
12-24 08:23:59.884 3104-3104/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0
12-24 08:23:59.884 3104-3104/? I/TrafficMonitor: start expired. level:-1
12-24 08:23:59.884 3104-3104/? I/TrafficMonitor: gettimer:interval=5000
12-24 08:23:59.885 3104-3104/? I/TrafficMonitor: during_ms:5006,period_ms:2000
12-24 08:23:59.885 3104-3104/? I/TrafficMonitor: count:19,rx_sum:0,tx_sum:0,rxBytes:0,during_ms:5006,rx_speed:0.0,tx_speed:0.0,rto:0.0
12-24 08:24:00.010 4066-4066/? I/HwLauncher: Model onReceive intent=Intent { act=android.intent.action.TIME_TICK flg=0x50000014 (has extras) }
12-24 08:24:00.010 4066-4066/? I/HwLauncher: Model onReceive user=UserHandle{0}
12-24 08:24:00.020 3559-3559/? I/TimeManager: receiver action = android.intent.action.TIME_TICK
12-24 08:24:00.040 4066-4066/? I/TotemWeather: CityTimeView CityTimeView mCurrentViewMode = 10141
12-24 08:24:00.050 4066-4066/? I/TotemWeather: CityTimeFormatView CityTimeFormatView setTimeFormat is24Hour=true,timeFormat=
12-24 08:24:00.051 4066-4066/? I/TotemWeather: CityTimeView CityTimeView mCurrentViewMode = 10241
12-24 08:24:00.061 4066-4066/? I/TotemWeather: CityTimeView CityTimeView mCurrentViewMode = 10241
12-24 08:24:00.071 4066-4066/? I/TotemWeather: DateTimeManager send message delay millis = 60930 ms
12-24 08:24:00.080 4066-4066/? I/HwLauncher: ClockDynamicUpdater date changed begin
12-24 08:24:00.080 4066-4066/? I/HwLauncher: ClockDynamicUpdater date changed end
12-24 08:24:00.080 4066-4150/? E/HwLauncher: SettingsEx , no such field.
12-24 08:24:00.081 4066-4150/? W/HwLauncher: Clock getDataFormat the getSystemString failed.
12-24 08:24:00.081 4066-4150/? I/HwLauncher: DynamicIconData , getDrawableForDynamic begin, pkg = com.android.deskclock, picName = deskclock_bg
12-24 08:24:00.081 4066-4150/? I/HwLauncher: DynamicIconData , getDrawableForDynamic end, pkg = com.android.deskclock, picName = deskclock_bg
12-24 08:24:00.082 4066-4066/? I/HwLauncher: CalenderDynamicUpdater date changed begin
12-24 08:24:00.082 4066-4066/? I/HwLauncher: CalenderDynamicUpdater date changed end
12-24 08:24:00.084 4066-4150/? I/HwLauncher: ClockDynamicUpdater clock update folder at ClockDynamicUpdater
12-24 08:24:00.084 4066-4150/? I/HwLauncher: DynamicUpdater updateBitmap end and send update message
12-24 08:24:00.085 4066-4066/? I/HwLauncher: DynamicUpdater call updateFolder
12-24 08:24:00.214 3644-3644/? I/wpa_supplicant: reduce bt priority
12-24 08:24:00.214 3644-3644/? I/wpa_supplicant: set current WIFI status to BT!
12-24 08:24:00.875 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-93 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:24:01.584 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-93 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:24:01.755 3644-3644/? I/wpa_supplicant: reduce bt priority
12-24 08:24:01.755 3644-3644/? I/wpa_supplicant: set current WIFI status to BT!
12-24 08:24:01.879 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-93 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:24:02.880 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-92 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:24:02.964 3644-3644/? I/wpa_supplicant: reduce bt priority
12-24 08:24:02.964 3644-3644/? I/wpa_supplicant: set current WIFI status to BT!
12-24 08:24:03.000 2479-3091/? E/Netd: Iface linkstate wlan0 up
12-24 08:24:03.002 2479-3091/? E/Netd: Iface linkstate wlan0 up
12-24 08:24:03.002 3644-3644/? W/wpa_supplicant: check_associate_result func start
12-24 08:24:03.006 3644-3644/? I/wpa_supplicant: wlan0: Associated with 34:81:c4:f0:a0:55
12-24 08:24:03.011 3644-3644/? I/wpa_supplicant: wlan0: CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully (based on lower layer success)
12-24 08:24:03.011 3644-3644/? W/wpa_supplicant: check_associate_result func start
12-24 08:24:03.065 3644-3644/? W/wpa_supplicant: check_associate_result func start
12-24 08:24:03.067 3644-3644/? W/wpa_supplicant: check_associate_result func start
12-24 08:24:03.068 3644-3644/? I/wpa_supplicant: wlan0: WPA: Key negotiation completed with 34:81:c4:f0:a0:55 [PTK=CCMP GTK=CCMP]
12-24 08:24:03.068 2479-3091/? E/Netd: Iface linkstate wlan0 up
12-24 08:24:03.069 3644-3644/? I/wpa_supplicant: set current WIFI status to BT!
12-24 08:24:03.069 3644-3644/? I/wpa_supplicant: set current WIFI status to BT!
12-24 08:24:03.070 3644-3644/? I/wpa_supplicant: wlan0: CTRL-EVENT-CONNECTED - Connection to 34:81:c4:f0:a0:55 completed [id=15 id_str=]
12-24 08:24:03.070 3644-3644/? W/wpa_supplicant: check_associate_result func start
12-24 08:24:03.070 2479-3091/? E/Netd: Iface linkstate wlan0 up
12-24 08:24:03.079 3104-3479/? I/SendBroadcastPermission: action:android.net.wifi.RSSI_CHANGED, mPermissionType:0
12-24 08:24:03.079 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=82:c7:a6:59:95:36 RSSI=-89 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:24:03.079 3104-3759/? W/WifiMonitor: couldn't identify event type - WPA: Key negotiation completed with 34:81:c4:f0:a0:55 [PTK=CCMP GTK=CCMP]
12-24 08:24:03.080 3104-3479/? I/SendBroadcastPermission: action:android.net.wifi.STATE_CHANGE, mPermissionType:0
12-24 08:24:03.084 3104-3479/? I/SendBroadcastPermission: action:android.net.wifi.supplicant.STATE_CHANGE, mPermissionType:0
12-24 08:24:03.089 3104-3104/? E/hwintelligencewifi: NetworkInfo.State.CONNECTED
12-24 08:24:03.089 3104-3506/? I/HuaweiWifiWatchdogStateMachine: nw state change to: CONNECTED
12-24 08:24:03.089 3104-3506/? I/HuaweiWifiWatchdogStateMachine: Update current BSSID to 34:81:**:**:a0:55
12-24 08:24:03.089 3104-3506/? I/HuaweiWifiWatchdogStateMachine: mCurrentBssid current bssid is:34:81:**:**:a0:55
12-24 08:24:03.089 3104-3506/? I/HuaweiWifiWatchdogStateMachine: get mCurrentBssid inCache for new bssid.
12-24 08:24:03.089 3104-3506/? I/HuaweiWifiWatchdogStateMachine: send BSSID changed event.
12-24 08:24:03.089 3104-3506/? I/TrafficMonitor: enableMonitor:false,type=1
12-24 08:24:03.089 3104-3506/? I/TrafficMonitor: enableMonitor:true,type=1
12-24 08:24:03.090 3104-3104/? I/TrafficMonitor: gettimer:interval=2000
12-24 08:24:03.101 3104-3479/? I/SendBroadcastPermission: action:android.net.wifi.supplicant.STATE_CHANGE, mPermissionType:0
12-24 08:24:03.139 3104-3479/? I/SendBroadcastPermission: action:android.net.wifi.supplicant.STATE_CHANGE, mPermissionType:0
12-24 08:24:03.139 3559-11155/? I/WifiTracker: STATE =1
12-24 08:24:03.145 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=34:81:c4:f0:a0:55 RSSI=-87 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:24:03.149 3104-3479/? I/SendBroadcastPermission: action:android.net.wifi.supplicant.STATE_CHANGE, mPermissionType:0
12-24 08:24:03.156 3104-3506/? I/HuaweiWifiWatchdogStateMachine: Update current BSSID to 34:81:**:**:a0:55
12-24 08:24:03.156 3104-3506/? I/HuaweiWifiWatchdogStateMachine: mCurrentBssid current bssid is:34:81:**:**:a0:55
12-24 08:24:04.098 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=34:81:c4:f0:a0:55 RSSI=-87 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:24:04.595 3104-3479/? I/SendBroadcastPermission: action:android.net.wifi.RSSI_CHANGED, mPermissionType:0
12-24 08:24:04.597 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=34:81:c4:f0:a0:55 RSSI=-88 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:24:05.096 3104-3104/? I/TrafficMonitor: update:rxPkts:0,txPkts:0,rxBytes:0,txBytes:0
12-24 08:24:05.096 3104-3104/? I/TrafficMonitor: no expired. level:-1
12-24 08:24:05.097 3104-3104/? I/TrafficMonitor: gettimer:interval=2000
12-24 08:24:05.099 3104-3104/? I/TrafficMonitor: count:1,rx_sum:0,tx_sum:0,rxBytes:0,during_ms:0,rx_speed:0.0,tx_speed:0.0,rto:0.0
12-24 08:24:05.100 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=34:81:c4:f0:a0:55 RSSI=-88 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:24:05.268 3104-3119/? I/SendBroadcastPermission: action:android.net.conn.DATA_ACTIVITY_CHANGE, mPermissionType:0
12-24 08:24:06.100 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=34:81:c4:f0:a0:55 RSSI=-88 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:24:07.102 3104-3104/? I/TrafficMonitor: update:rxPkts:8,txPkts:5,rxBytes:551,txBytes:260
12-24 08:24:07.102 3104-3104/? I/TrafficMonitor: start expired. level:-1
12-24 08:24:07.102 3104-3104/? I/TrafficMonitor: gettimer:interval=2000
12-24 08:24:07.102 3104-3479/? I/SendBroadcastPermission: action:android.net.wifi.RSSI_CHANGED, mPermissionType:0
12-24 08:24:07.105 3104-3479/? E/WifiConfigStore: updateConfiguration freq=2412 BSSID=34:81:c4:f0:a0:55 RSSI=-88 "FRITZ!Box 7362 SL"WPA_PSK
12-24 08:24:07.126 3576-3945/? I/ThemeUnlock: mThemeUnlcokService = null
12-24 08:24:07.126 3576-3576/? I/KeyguardViewMediator: fingerprint listening started
12-24 08:24:07.127 3576-3576/? I/KeyguardUpdateMonitor: startListeningForFingerprint() blocked.0
12-24 08:24:07.131 3576-3576/? I/KeyguardViewMediator: fingerprint listening started
12-24 08:24:07.133 3576-3576/? I/KeyguardUpdateMonitor: startListeningForFingerprint() blocked.0
12-24 08:24:07.137 4066-4066/? I/HwLauncher: Launcher onPause()
12-24 08:24:07.138 4066-11171/? I/HwLauncher: Launcher.MotionManager stopMotionAppsReco begin,flg = 402
12-24 08:24:07.138 4066-11171/? W/HwLauncher: Launcher.MotionManager stopMotionAppsReco service flg 402 is unavailable
12-24 08:24:07.139 4066-11172/? I/HwLauncher: Launcher.MotionManager stopMotionAppsReco begin,flg = 403
12-24 08:24:07.139 4066-11172/? W/HwLauncher: Launcher.MotionManager stopMotionAppsReco service flg 403 is unavailable
12-24 08:24:07.162 4066-4066/? I/HwLauncher: Launcher onStop()
12-24 08:24:07.165 3576-3576/? I/SendBroadcastPermission: action:com.android.keyguard.keyguardlocked, mPermissionType:0
12-24 08:24:07.171 4066-11112/? I/HwLauncher: Launcher.LauncherProvider begin check permission at checkPermission
12-24 08:24:07.174 4066-11112/? W/System.err: java.lang.SecurityException: Permission Denial: reading com.huawei.android.launcher.LauncherProvider from pid=3576, uid=10114 requires com.huawei.android.launcher.permission.WRITE_SETTINGS: uid 10114 does not have com.huawei.android.launcher.permission.WRITE_SETTINGS.
12-24 08:24:07.178 3576-3576/? I/KeyguardViewManager: wallpaper = android.graphics.drawable.BitmapDrawable@3ec182a, mIsWallpaperClamp = false
12-24 08:24:07.178 3576-3576/? I/KeyguardViewManager: updateShowWallpaper = false
12-24 08:24:07.182 4066-11112/? W/System.err: at android.app.ContextImpl.enforce(ContextImpl.java:1595)
12-24 08:24:07.182 4066-11112/? W/System.err: at android.app.ContextImpl.enforcePermission(ContextImpl.java:1608)
12-24 08:24:07.182 4066-11112/? W/System.err: at android.content.ContextWrapper.enforcePermission(ContextWrapper.java:664)
12-24 08:24:07.182 4066-11112/? W/System.err: at com.huawei.android.launcher.LauncherProvider.checkPermission(LauncherProvider.java:1369)
12-24 08:24:07.182 4066-11112/? W/System.err: at com.huawei.android.launcher.LauncherProvider.call(LauncherProvider.java:1544)
12-24 08:24:07.182 4066-11112/? W/System.err: at android.content.ContentProvider$Transport.call(ContentProvider.java:398)
12-24 08:24:07.182 4066-11112/? W/System.err: at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:283)
12-24 08:24:07.182 4066-11112/? W/System.err: at android.os.Binder.execTransact(Binder.java:453)
12-24 08:24:07.183 4066-11112/? E/DatabaseUtils: Writing exception to parcel
java.lang.SecurityException: Permission Denial: reading com.huawei.android.launcher.LauncherProvider from pid=3576, uid=10114 requires com.huawei.android.launcher.permission.WRITE_SETTINGS: uid 10114 does not have com.huawei.android.launcher.permission.WRITE_SETTINGS.
at android.app.ContextImpl.enforce(ContextImpl.java:1595)
at android.app.ContextImpl.enforcePermission(ContextImpl.java:1608)
at android.content.ContextWrapper.enforcePermission(ContextWrapper.java:664)
at com.huawei.android.launcher.LauncherProvider.checkPermission(LauncherProvider.java:1369)
at com.huawei.android.launcher.LauncherProvider.call(LauncherProvider.java:1544)
at android.content.ContentProvider$Transport.call(ContentProvider.java:398)
at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:283)
at android.os.Binder.execTransact(Binder.java:453)
12-24 08:24:07.201 3576-3576/? E/KeyguardHostView: KeyguardHostView()
12-24 08:24:07.209 3576-11254/? E/LauncherInteractiveUtil: Call launcher evnt fail. lock=true
java.lang.SecurityException: Permission Denial: reading com.huawei.android.launcher.LauncherProvider from pid=3576, uid=10114 requires com.huawei.android.launcher.permission.WRITE_SETTINGS: uid 10114 does not have com.huawei.android.launcher.permission.WRITE_SETTINGS.
at android.os.Parcel.readException(Parcel.java:1602)
at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:183)
at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:135)
at android.content.ContentProviderProxy.call(ContentProviderNative.java:646)
at android.content.ContentProviderClient.call(ContentProviderClient.java:437)
at com.huawei.keyguard.support.LauncherInteractiveUtil$Caller.run(LauncherInteractiveUtil.java:59)
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:246)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
at java.lang.Thread.run(Thread.java:833)
12-24 08:24:07.251 2472-4183/? I/[Gralloc]: alloc w[1] h[1] format[1] usage[3842]
12-24 08:24:07.251 2472-4183/? I/[Gralloc]: alloc succ handle[0x559ff30310] stride[4]
12-24 08:24:07.263 3576-3576/? E/AbsClockView: In setFactory...
12-24 08:24:07.263 3576-3576/? E/HwClockView: In HwClockView...
12-24 08:24:07.266 2472-2517/? I/[Gralloc]: alloc w[720] h[1280] format[1] usage[819]
12-24 08:24:07.280 2472-2517/? I/[Gralloc]: alloc succ handle[0x55a00d7a80] stride[720]
12-24 08:24:07.282 2472-2472/? E/HAL: load: id=gralloc != hmi->id=gralloc
12-24 08:24:07.284 3576-3576/? W/Settings: Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
12-24 08:24:07.297 3104-3126/? E/HAL: load: id=gralloc != hmi->id=gralloc
12-24 08:24:07.362 3576-3576/? I/MagazineUtils: is magazine unlock on, lockStyle = magazine
12-24 08:24:07.377 3576-3576/? E/AbsClockView: In setFactory...
12-24 08:24:07.377 3576-3576/? E/HwClockView: In HwClockView...
12-24 08:24:07.407 3576-3576/? W/KeyguardHostView: user supportsMultipleUsers is not support null.
12-24 08:24:07.412 3576-3576/? I/HwLockScreenImpl: HwLockScreenImpl construct
12-24 08:24:07.412 3576-3576/? I/LockScreenCallbackImpl: LockScreenCallbackImpl init
12-24 08:24:07.412 3576-3576/? I/LockScreenCallbackImpl: initDoubleCard .. mIsMultiSimEnabled :true
12-24 08:24:07.413 3576-3576/? I/HwLockScreenImpl: init
12-24 08:24:07.415 3576-3576/? I/HwLockScreenImpl: loadMagazine
12-24 08:24:07.434 3576-3576/? E/AbsClockView: In setFactory...
12-24 08:24:07.434 3576-3576/? E/HwClockView: In HwClockView...
12-24 08:24:07.473 3104-3126/? W/HwScreenOnProximityLock: releaseLock: return because sensor listener is held = false
12-24 08:24:07.479 3104-3126/? W/System.err: java.io.FileNotFoundException: /sys/devices/platform/huawei_touch/easy_wakeup_gesture: open failed: ENOENT (No such file or directory)
12-24 08:24:07.484 3104-3126/? W/System.err: at libcore.io.IoBridge.open(IoBridge.java:459)
12-24 08:24:07.484 3104-3126/? W/System.err: at java.io.FileInputStream.<init>(FileInputStream.java:76)
12-24 08:24:07.484 3104-3126/? W/System.err: at java.io.FileInputStream.<init>(FileInputStream.java:103)
12-24 08:24:07.484 3104-3126/? W/System.err: at com.android.server.policy.EasyWakeUpManager.isEasyWakeupEnabledByKernel(EasyWakeUpManager.java:985)
12-24 08:24:07.484 3104-3126/? W/System.err: at com.android.server.policy.EasyWakeUpManager.turnOnSensorListener(EasyWakeUpManager.java:1017)
12-24 08:24:07.484 3104-3126/? W/System.err: at com.android.server.policy.HwPhoneWindowManager.screenTurnedOff(HwPhoneWindowManager.java:2672)
12-24 08:24:07.485 3104-3126/? W/System.err: at com.android.server.display.DisplayPowerController.setScreenState(DisplayPowerController.java:1154)
12-24 08:24:07.485 3104-3126/? W/System.err: at com.android.server.display.DisplayPowerController.animateScreenStateChange(DisplayPowerController.java:1308)
12-24 08:24:07.485 3104-3126/? W/System.err: at com.android.server.display.DisplayPowerController.updatePowerState(DisplayPowerController.java:833)
12-24 08:24:07.485 3104-3126/? W/System.err: at com.android.server.display.DisplayPowerController.access$2600(DisplayPowerController.java:94)
12-24 08:24:07.485 3104-3126/? W/System.err: at com.android.server.display.DisplayPowerController$DisplayControllerHandler.handleMessage(DisplayPowerController.java:1758)
12-24 08:24:07.485 3104-3126/? W/System.err: at android.os.Handler.dispatchMessage(Handler.java:102)
0
[/CODE]
 
Hallo Peter,

wie du schon richtig vermutet hast , nimmt mich heute die liebe Familie in Beschlag.... wie wohl jeder :)

Morgen ist MEIN Tag für Freundin, Kiddies, Gans mit Knödel und Rotkraut (ich bin der Koch hier) und AndroidStudio
Ja ich habe morgen für Dich Zeit :)
(Aber erst ausschlafen)

Die schöne weihnachtliche Abendstunden...

P.S du könntest mir aber bitte per Mail vorab folgende Dateien schicken

MainActivity.java, mainfest.xml und die dazu gehörige layout xml.
Email adresse findest du in deinen PN
 
Zuletzt bearbeitet:
@Haakon

Pls allow writing PN - answer :)
[doublepost=1482667596,1482663396][/doublepost][RESULT]

Ich habe mir seine Source-Files angeschaut.

Die waren insofern "vermurkst" , dass er sich nicht nach den Vorgaben von GoogleMaps gehalten hat und den API Key auch falsch platziert hatte.
Desweiteren war seine main xml auch nicht konform, weshalb ich ihm angeraten habe, das Standard Projekt als Grundlage zu nehmen.
(Ergo : hier und da mal was ausprobiert und verschlimmert)


Desweiteren habe ich dann noch im OnCreate seine Permission hinzugefügt.
if (ContextCompat.checkSelfPermission(this, Manifest.permission.ACCESS_FINE_LOCATION) != PackageManager.PERMISSION_GRANTED)
{
if (ActivityCompat.shouldShowRequestPermissionRationale((Activity) this, android.Manifest.permission.ACCESS_FINE_LOCATION))
{
AlertDialog.Builder alertBuilder = new AlertDialog.Builder(this);
alertBuilder.setCancelable(false);
alertBuilder.setTitle("Permission necessary");
alertBuilder.setMessage("Fine Location is necessary");
alertBuilder.setPositiveButton(android.R.string.yes, new DialogInterface.OnClickListener() {

@TargetApi(Build.VERSION_CODES.JELLY_BEAN)
public void onClick(DialogInterface dialog, int which)
{
ActivityCompat.requestPermissions(MapsActivity.this, new String[]{android.Manifest.permission.ACCESS_FINE_LOCATION}, 1234);}});

AlertDialog alert = alertBuilder.create();
alert.show();
}
else
{
ActivityCompat.requestPermissions(MapsActivity.this, new String[]{android.Manifest.permission.ACCESS_FINE_LOCATION}, 1234);
}
 

Ähnliche Themen

G
Antworten
0
Aufrufe
124
Gerdchen07
G
G
Antworten
1
Aufrufe
375
Gerdchen07
G
G
Antworten
13
Aufrufe
589
Gerdchen07
G
L
Antworten
2
Aufrufe
529
Lexub
L
migi01
Antworten
26
Aufrufe
1.965
migi01
migi01
Zurück
Oben Unten