This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Users\Pierre\Desktop\platform-tools | |
λ adb logcat | |
--------- beginning of main | |
I/Timeline( 5859): Timeline: Activity_launch_request id:tv.molotov.app time:230716244 | |
--------- beginning of system | |
I/ActivityManager( 439): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=tv.molotov.app/tv.molotov.android.mobile.SplashActivity (has extras)} from uid 10015 on display 0 | |
V/WindowManager( 439): addAppToken: AppWindowToken{e017a70 token=Token{3961c4b3 ActivityRecord{2ef59222 u0 tv.molotov.app/tv.molotov.android.mobile.SplashActivity t129}}} to stack=1 task=129 at 0 | |
V/WindowManager( 439): Adding window Window{1eda1d46 u0 Starting tv.molotov.app} at 3 of 9 (after Window{227ed3e3 u0 com.cyanogenmod.trebuchet/com.android.launcher3.Launcher}) | |
I/Xposed ( 439): FakeGApps: returning fake signature to tv.molotov.app | |
I/Xposed ( 439): FakeGApps: returning fake signature to tv.molotov.app |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--------- beginning of system | |
I/PowerManagerService( 479): Waking up from sleep (uid 1000)... | |
--------- beginning of main | |
V/KeyguardServiceDelegate( 479): onScreenTurnedOn(showListener = com.android.internal.policy.impl.PhoneWindowManager$2@385566e6) | |
I/DisplayPowerController( 479): Blocking screen on until initial contents have been drawn. | |
D/PowerManagerService-JNI( 479): Excessive delay in autosuspend_disable() while turning screen on: 199ms | |
W/art ( 479): Long monitor contention event with owner method=void com.android.server.power.PowerManagerService$2.onDisplayStateChange(int) from PowerManagerService.java:2191 waiters=0 for 199ms | |
W/art ( 479): Long monitor contention event with owner method=void com.android.server.power.PowerManagerService$2.onDisplayStateChange(int) from PowerManagerService.java:2191 waiters=1 for 193ms | |
D/SurfaceFlinger( 133): Set power mode=2, type=0 flinger=0x42097550 | |
I/DisplayManagerService( 479): Display device changed: DisplayDeviceInfo{"Écran intégré": uniqueId="loc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Version OsmAnd~ 2.3.5 | |
25.08.2016 9:38:09 | |
Apk Version : 2.3.5 238 | |
Exception occured in thread Thread[main,5,main] : | |
java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String net.osmand.plus.OsmandPlugin.getInstallURL()' on a null object reference | |
at net.osmand.plus.download.ui.ItemViewHolder$2.onClick(ItemViewHolder.java:314) | |
at net.osmand.plus.download.ui.DownloadResourceGroupFragment.onChildClick(DownloadResourceGroupFragment.java:195) | |
at android.widget.ExpandableListView.handleItemClick(ExpandableListView.java:717) | |
at android.widget.ExpandableListView.performItemClick(ExpandableListView.java:656) | |
at android.widget.AbsListView$PerformClick.run(AbsListView.java:3059) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# My own script to install/upgrade NGinx+PHP5_FPM+MemCached from sources | |
# | |
# Nicolargo - 06/2014 | |
# LGPL | |
# | |
# Syntaxe: # su - -c "./nginxautoinstall.sh" | |
# Syntaxe: or # sudo ./nginxautoinstall.sh | |
# |