I build an android apps about naked 3d display with Unity. I run it in 4 android phones, it runs well. But when I run it in a naked 3d mobile phone, the apps crashed. And all the apps generated with Unity can't run in this phone, even the simplest scene in Unity. But the apps generated by Android Studio, it can run well. It really confused me!
Here is the Log when I run the app in this phone, the phone is PPTV KING 7S.
04-13 11:14:18.841 753-1671/? I/ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.ShanghaiTech.Naked3D/com.unity3d.player.UnityPlayerActivity (has extras)} from uid 10040 on display 0
04-13 11:14:18.844 753-1671/? D/ActivityManager: [BMW] insertTaskAtTop fromHome = true lastStack = ActivityStack{8e74335 stackId=0, 1 tasks} this = ActivityStack{21b3d16c stackId=1, 11 tasks} topTask() = TaskRecord{1bd9c12a #6110 A=com.ShanghaiTech.Naked3D U=0 sz=0}
04-13 11:14:18.845 753-1671/? D/ActivityManager: [BMW] insertTaskAtTop fromHome = true lastStack = ActivityStack{8e74335 stackId=0, 1 tasks} this = ActivityStack{21b3d16c stackId=1, 12 tasks} topTask() = TaskRecord{256d73f #6127 A=com.ShanghaiTech.Naked3D U=0 sz=0}
04-13 11:14:18.853 753-785/? D/ViewRootImpl: hardware acceleration is disabled, fakeHwAccelerated = true, HardwareRenderer.sRendererDisabled = false, forceHwAccelerated = false, HardwareRenderer.sSystemRendererDisabled = false, this = ViewRoot{15248c3c Starting com.ShanghaiTech.Naked3D,ident = 12}
04-13 11:14:18.896 753-778/? I/ActivityManager: Start proc 10076:com.ShanghaiTech.Naked3D/u0a150 for activity com.ShanghaiTech.Naked3D/com.unity3d.player.UnityPlayerActivity
04-13 11:14:19.187 10076-10076/? D/ViewRootImpl: disable hardware acceleration by APP!!!, this = ViewRoot{a4d2229 com.ShanghaiTech.Naked3D/com.unity3d.player.UnityPlayerActivity,ident = 0}
04-13 11:14:19.229 753-785/? I/WindowManager: Gaining focus: Window{9d23207 u0 com.ShanghaiTech.Naked3D/com.unity3d.player.UnityPlayerActivity}
04-13 11:14:19.375 753-785/? I/ActivityManager: [AppLaunch] Displayed Displayed com.ShanghaiTech.Naked3D/com.unity3d.player.UnityPlayerActivity: +517ms
04-13 11:14:19.375 753-785/? D/ActivityManager: AP_PROF:AppLaunch_LaunchTime:com.ShanghaiTech.Naked3D/com.unity3d.player.UnityPlayerActivity:517:984383
04-13 11:14:19.445 753-785/? I/WindowManager: Screen frozen for +522ms due to Window{322db31a u0 Starting com.ShanghaiTech.Naked3D}
04-13 11:14:19.534 10076-10100/? I/libGLES: file /storage/sdcard0/.gmax/shared_prefs/com.ShanghaiTech.Naked3D.gmaxC do not exit!
04-13 11:14:19.535 10076-10100/? I/libGLES: file /storage/sdcard0/.gmax/shared_prefs/com.ShanghaiTech.Naked3D.gmaxE do not exit!
04-13 11:14:21.983 753-2065/? I/WindowState: WIN DEATH: Window{9d23207 u0 com.ShanghaiTech.Naked3D/com.unity3d.player.UnityPlayerActivity}
04-13 11:14:21.984 753-773/? I/ActivityManager: Process com.ShanghaiTech.Naked3D (pid 10076) has died
04-13 11:14:21.984 753-2065/? W/WindowManager: Force-removing child win Window{2f8b3d64 u0 SurfaceView} from container Window{9d23207 u0 com.ShanghaiTech.Naked3D/com.unity3d.player.UnityPlayerActivity}
04-13 11:14:21.984 753-773/? W/ActivityManager: Force removing ActivityRecord{3ed8675e u0 com.ShanghaiTech.Naked3D/com.unity3d.player.UnityPlayerActivity t6127}: app died, no saved state
04-13 11:14:21.994 277-353/? D/SurfaceFlinger: remove: com.ShanghaiTech.Naked3D/com.unity3d.player.UnityPlayerActivity
04-13 11:14:21.995 753-785/? I/WindowManager: Losing focus: Window{9d23207 u0 com.ShanghaiTech.Naked3D/com.unity3d.player.UnityPlayerActivity}
I think it's not the problem in my Unity program. Anyone has some solution to deal with the problem?
Related
I was using Unity 3D 2018. But 2018 doesn't support Android SDK API 29. Because of that I upgraded my version to 2019.2.9f1
I created my project in 2018 version. And now, I'm using 2019 version for my project.
My problem started after the update. Game closes after the splash screen.
I've been trying for a long day for fix this problem.
I tried those things;
il2cpp and mono both of them doesn't help. Problem is not because of the il2cpp. (All the Internet are saying because of il2cpp but not for me, mono doesn't work to)
Trying Android backup to false (with Android manifest file)
Trying update all assets
I tried everything I saw in the Internet. But nothing works.
10-24 22:12:28.810: D/Launcher.CellLayout(2146): touch item:ShortcutInfo, id=246, itemType=0, user=UserHandle{0}, mIconType=0, mTitle=Şahin Uzayda, mLabel=Şahin Uzayda, pkgName=com.DeviserSoft.SahinUzayda, className=com.unity3d.player.UnityPlayerActivity, screenId=6, container=-100, cellX=1, cellY=0, spanX=1, spanY=1, isLandscapePos=false
10-24 22:12:28.926: I/Timeline(2146): Timeline: Activity_launch_request time:15228423 intent:Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.DeviserSoft.SahinUzayda/com.unity3d.player.UnityPlayerActivity bnds=[331,101][499,269] (has extras) }
10-24 22:12:28.929: I/ActivityManager(1663): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.DeviserSoft.SahinUzayda/com.unity3d.player.UnityPlayerActivity bnds=[331,101][499,269] (has extras)} from uid 10028 on display 0
10-24 22:12:28.937: I/ANDR-IOP(1663): MIUI-IOP pkg_name = com.DeviserSoft.SahinUzayda PID = -1
10-24 22:12:28.959: I/ActivityManager(1663): Start proc 22887:com.DeviserSoft.SahinUzayda/u0a241 for activity com.DeviserSoft.SahinUzayda/com.unity3d.player.UnityPlayerActivity caller=com.miui.home
10-24 22:12:28.960: D/PowerKeeper.Event(3220): notifyAMProcStart processName: 10241 reason: com.DeviserSoft.SahinUzayda, pid:0
10-24 22:12:28.960: I/ANDR-IOP(1663): MIUI-IOP pkg_name = com.DeviserSoft.SahinUzayda PID = 22887
10-24 22:12:29.048: D/GameBoosterService(2606): onGameStatusChange foreground:ForegroundInfo{mForegroundPackageName='com.DeviserSoft.SahinUzayda', mForegroundUid=10241, mForegroundPid=22887, mLastForegroundPackageName='com.miui.home', mLastForegroundUid=10028, mLastForegroundPid=2146, mMultiWindowForegroundPackageName='null', mMultiWindowForegroundUid=-1, mFlags=1}
10-24 22:12:29.133: D/AccessibilityManager(22887): current package=com.DeviserSoft.SahinUzayda, accessibility manager mIsFinalEnabled=false, mOptimizeEnabled=false, mIsUiAutomationEnabled=false, mIsInterestedPackage=false
10-24 22:12:29.264: I/ActivityManager(1663): Displayed com.DeviserSoft.SahinUzayda/com.unity3d.player.UnityPlayerActivity: +317ms
10-24 22:12:29.265: I/Timeline(1663): Timeline: Activity_windows_visible id: ActivityRecord{216ffa0 u0 com.DeviserSoft.SahinUzayda/com.unity3d.player.UnityPlayerActivity t136} time:15228762
10-24 22:12:29.265: D/PowerKeeper.Event(3220): notifyActivityLaunchTime: com.DeviserSoft.SahinUzayda/com.unity3d.player.UnityPlayerActivity totalTime: 317
10-24 22:12:29.273: I/Unity(22887): ApplicationInfo com.DeviserSoft.SahinUzayda version 2.5 build 0682396a-d6c8-44ad-b159-8749835ed3df
10-24 22:12:29.280: I/WindowManager(1663): Destroying surface Surface(name=Starting com.DeviserSoft.SahinUzayda) called by com.android.server.wm.WindowStateAnimator.destroySurface:2045 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:897 com.android.server.wm.WindowState.removeLocked:1460 com.android.server.wm.WindowManagerService.removeWindowInnerLocked:2635 com.android.server.wm.WindowManagerService.removeWindowLocked:2593 com.android.server.wm.WindowManagerService.removeWindowLocked:2462 com.android.server.wm.WindowManagerService.removeWindow:2457 com.android.server.wm.Session.remove:202
10-24 22:12:29.295: I/WindowManager(1663): Screen frozen for +329ms due to Window{288d3f7 u0 Starting com.DeviserSoft.SahinUzayda}
10-24 22:12:32.156: E/AndroidRuntime(22887): Process: com.DeviserSoft.SahinUzayda, PID: 22887
10-24 22:12:32.163: W/ActivityManager(1663): Force finishing activity com.DeviserSoft.SahinUzayda/com.unity3d.player.UnityPlayerActivity
10-24 22:12:32.238: I/WindowManager(1663): WIN DEATH: Window{fd0a70b u0 com.DeviserSoft.SahinUzayda/com.unity3d.player.UnityPlayerActivity}
10-24 22:12:32.238: I/ActivityManager(1663): Process com.DeviserSoft.SahinUzayda (pid 22887) has died: vis +99T
10-24 22:12:32.238: W/WindowManager(1663): Force-removing child win Window{203d6b5 u0 SurfaceView - com.DeviserSoft.SahinUzayda/com.unity3d.player.UnityPlayerActivity} from container Window{fd0a70b u0 com.DeviserSoft.SahinUzayda/com.unity3d.player.UnityPlayerActivity}
10-24 22:12:32.238: I/WindowManager(1663): Destroying surface Surface(name=SurfaceView - com.DeviserSoft.SahinUzayda/com.unity3d.player.UnityPlayerActivity) called by com.android.server.wm.WindowStateAnimator.destroySurface:2045 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:897 com.android.server.wm.WindowState.removeLocked:1460 com.android.server.wm.WindowManagerService.removeWindowInnerLocked:2635 com.android.server.wm.WindowManagerService.removeWindowInnerLocked:2614 com.android.server.wm.WindowManagerService.removeWindowLocked:2593 com.android.server.wm.WindowState$DeathRecipient.binderDied:1791 android.os.BinderProxy.sendDeathNotice:701
10-24 22:12:32.239: D/PowerKeeper.Event(3220): notifyAMProcDied pacakageName: com.DeviserSoft.SahinUzayda, pid:22887
10-24 22:12:32.241: I/WindowManager(1663): Destroying surface Surface(name=com.DeviserSoft.SahinUzayda/com.unity3d.player.UnityPlayerActivity) called by com.android.server.wm.WindowStateAnimator.destroySurface:2045 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:897 com.android.server.wm.WindowState.removeLocked:1460 com.android.server.wm.WindowManagerService.removeWindowInnerLocked:2635 com.android.server.wm.WindowManagerService.removeWindowLocked:2593 com.android.server.wm.WindowState$DeathRecipient.binderDied:1791 android.os.BinderProxy.sendDeathNotice:701 <bottom of call stack>
10-24 22:12:32.315: D/GameBoosterService(2606): onGameStatusChange foreground:ForegroundInfo{mForegroundPackageName='com.miui.home', mForegroundUid=10028, mForegroundPid=2146, mLastForegroundPackageName='com.DeviserSoft.SahinUzayda', mLastForegroundUid=10241, mLastForegroundPid=22887, mMultiWindowForegroundPackageName='null', mMultiWindowForegroundUid=-1, mFlags=0}
I have a question: is there somebody that use MVVMCross 3.5.1 with Api level android 21 and xamarin studio 5.9.3? I have a problem: I reference mvvmcross in an android app. I have a splashscreen and a firstview. When I tried to start with emulator I don't have any problem with level 15 emulator but when I tried it with the last version (Api 21) the app after splashscreen is closed without any error (not open the firstview).
Is there a solution?
UPDATE
I tried with logcat. In the following I attached the log:
W/AudioTrack( 394): AUDIO_OUTPUT_FLAG_FAST denied by client
I/ActivityManager( 394): START u0 {act=android.intent.action.MAIN cat=[android.
intent.category.LAUNCHER] flg=0x10000000 cmp=com.nowhere.nowhere/md51f5aeae0dbe3
fa3acab67292d41114d1.SplashScreen (has extras)} from uid 10007 on display 0
I/Choreographer( 824): Skipped 67 frames! The application may be doing too muc
h work on its main thread.
I/art ( 1716): Not late-enabling -Xcheck:jni (already on)
I/ActivityManager( 394): Start proc com.nowhere.nowhere for activity com.nowher
e.nowhere/md51f5aeae0dbe3fa3acab67292d41114d1.SplashScreen: pid=1716 uid=10056 g
ids={50056, 9997, 3003} abi=armeabi-v7a
I/Choreographer( 394): Skipped 32 frames! The application may be doing too muc
h work on its main thread.
F/MonoDroid( 1716): shared runtime initialization error: dlopen failed: library
"/data/app/Mono.Android.DebugRuntime-1/lib/arm/lib/libmonosgen-2.0.so" not found
I/Zygote ( 66): Process 1716 exited cleanly (1)
I/ActivityManager( 394): Process com.nowhere.nowhere (pid 1716) has died
I/art ( 1731): Not late-enabling -Xcheck:jni (already on)
I/ActivityManager( 394): Start proc com.nowhere.nowhere for activity com.nowher
e.nowhere/md51f5aeae0dbe3fa3acab67292d41114d1.SplashScreen: pid=1731 uid=10056 g
ids={50056, 9997, 3003} abi=armeabi-v7a
F/MonoDroid( 1731): shared runtime initialization error: dlopen failed: library
"/data/app/Mono.Android.DebugRuntime-1/lib/arm/lib/libmonosgen-2.0.so" not found
I/Zygote ( 66): Process 1731 exited cleanly (1)
I/ActivityManager( 394): Process com.nowhere.nowhere (pid 1731) has died
I/art ( 1746): Not late-enabling -Xcheck:jni (already on)
I/ActivityManager( 394): Start proc com.nowhere.nowhere for activity com.nowher
e.nowhere/md51f5aeae0dbe3fa3acab67292d41114d1.SplashScreen: pid=1746 uid=10056 g
ids={50056, 9997, 3003} abi=armeabi-v7a
F/MonoDroid( 1746): shared runtime initialization error: dlopen failed: library
"/data/app/Mono.Android.DebugRuntime-1/lib/arm/lib/libmonosgen-2.0.so" not found
I/Zygote ( 66): Process 1746 exited cleanly (1)
I/ActivityManager( 394): Process com.nowhere.nowhere (pid 1746) has died
W/ActivityManager( 394): Force removing ActivityRecord{27f513c9 u0 com.nowhere.
nowhere/md51f5aeae0dbe3fa3acab67292d41114d1.SplashScreen t8}: app died, no saved
state
W/WindowManager( 394): Failed looking up window
W/WindowManager( 394): java.lang.IllegalArgumentException: Requested window and
roid.view.ViewRootImpl$W#3c7a1def does not exist
W/WindowManager( 394): at com.android.server.wm.WindowManagerService.wi
ndowForClientLocked(WindowManagerService.java:8412)
W/WindowManager( 394): at com.android.server.wm.WindowManagerService.wi
ndowForClientLocked(WindowManagerService.java:8403)
W/WindowManager( 394): at com.android.server.wm.WindowManagerService.re
moveWindow(WindowManagerService.java:2558)
W/WindowManager( 394): at com.android.server.wm.Session.remove(Session.
java:186)
W/WindowManager( 394): at android.view.ViewRootImpl.dispatchDetachedFro
mWindow(ViewRootImpl.java:2920)
W/WindowManager( 394): at android.view.ViewRootImpl.doDie(ViewRootImpl.
java:5390)
W/WindowManager( 394): at android.view.ViewRootImpl$ViewRootHandler.han
dleMessage(ViewRootImpl.java:3223)
W/WindowManager( 394): at android.os.Handler.dispatchMessage(Handler.ja
va:102)
W/WindowManager( 394): at android.os.Looper.loop(Looper.java:135)
W/WindowManager( 394): at android.os.HandlerThread.run(HandlerThread.ja
va:61)
W/WindowManager( 394): at com.android.server.ServiceThread.run(ServiceT
hread.java:46)
W/InputMethodManagerService( 394): Window already focused, ignoring focus gain
of: com.android.internal.view.IInputMethodClient$Stub$Proxy#14f4aa0b attribute=n
ull, token = android.os.BinderProxy#5c9e508
I/Choreographer( 824): Skipped 56 frames! The application may be doing too muc
h work on its main thread.
D/TaskPersister( 394): removeObsoleteFile: deleting file=8_task.xml
UPDATE 2
The bind does not work. Inside the view..
UPDATE 3
I put the code in this repo:
https://onedrive.live.com/redir?resid=1E563B1D1AD8A1C!15847&authkey=!AII01sfuzToQiUQ&ithint=file%2czip
I used this configuration for the test:
1. Nexus 5,
2. Android 5.0-API Level 21,
3. CPU/ABI, I have chosen Google APIs Intel Atom(x86_64),
4. Use Host GPU.
UPDATE 4
new link for code: http://1drv.ms/1MZWf45
Thanks
Alessandro
I found the problem. The problem was the emulator. I tried to change the configuration and now run without problem.
Thanks
Al.
I have been confused by a random crash in my app since I updated to cordova 5 and started using crosswalk.
This is my logcat:
D/STATUSBAR-NetworkController( 1110): refreshSignalCluster - setNWBoosterIndicators(false)
D/STATUSBAR-NetworkController( 1110): refreshSignalCluster: data=-1 bt=false
D/STATUSBAR-IconMerger( 1110): checkOverflow(1344), More:false, Req:false Child:5
W/ActivityManager( 891): Permission Denial: getCurrentUser() from pid=32252, uid=10037 requires android.permission.INTERACT_ACROSS_USERS
I/ActivityManager( 891): Process com.tesingguru.tesing_Guru (pid 29852) (adj 0) has died.
I/WindowState( 891): WIN DEATH: Window{42fb82c0 u0 com.tesingguru.tesing_Guru/com.tesingguru.tesing_Guru.MainActivity}
I/SurfaceFlinger( 329): id=3847 Removed NainActivit (16/29)
I/SurfaceFlinger( 329): id=3847 Removed NainActivit (-2/29)
I/FactoryTest( 891): isRunningFactoryApp=false
I/FactoryTest( 891): isRunningFactoryApp=false
W/ActivityManager( 891): Force removing ActivityRecord{4303e860 u0 com.tesingguru.tesing_Guru/.MainActivity t221}: app died, no saved state
I am completely confused by this? The line I am suspecting is:
W/ActivityManager( 891): Permission Denial: getCurrentUser() from pid=32252, uid=10037 requires android.permission.
i want to display a simple Toast when sms is received. i am trying this from last 4 days still no success. please do help.
sometimes my app executes corectly. some times it does not.
1) when i create a new project with a blank Activity and add a Button to it. so that click on Button a Toast is shown.
------> execution of this is successfull. it works fine.
now
2) i delete layout\*.xml file and edit my MainActivity.java and Manifest.xml (as follows) it shows me the Toast when sms is received.
BUT
if i recompile it and re-run it , same code and same Manifest (noting is changed) it does not work.
in short at 1st execution it works fine after that it never get executed.
MAINACTIVITY.JAVA
package com.example.vaibhav.savemev2;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.widget.Toast;
public class MainActivity extends BroadcastReceiver {
#Override
public void onReceive(Context context, Intent intent) {
Toast.makeText(context,"SMS RECEIVED BRO !",Toast.LENGTH_LONG).show();
}
}
MANIFEST.XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.vaibhav.savemev2">
<uses-permission android:name="android.permission.RECEIVE_SMS"/>
<uses-permission android:name="android.permission.READ_SMS"/>
<application android:allowBackup="true" android:label="#string/app_name"
android:icon="#mipmap/ic_launcher" android:theme="#style/AppTheme">
<receiver android:name=".MainActivity">
<intent-filter>
<action android:name="android.provider.Telephony.SMS_RECEIVED"/>
</intent-filter>
</receiver>
</application>
</manifest>
LOGCAT(NOTWORKING that is for the 2nd,3rd,4th...... time of compilation. point number 3)
04-13 00:18:25.542 1773-1773/com.google.process.gapps I/ConfigService﹕ onBind for Intent { act=com.google.android.gms.config.START pkg=com.google.android.gms } action com.google.android.gms.config.START
04-13 00:18:25.542 1773-1773/com.google.process.gapps I/ConfigService﹕ onBind returning service broker
04-13 00:18:25.578 1233-1245/system_process I/art﹕ Background sticky concurrent mark sweep GC freed 29195(1867KB) AllocSpace objects, 9(144KB) LOS objects, 13% free, 10MB/11MB, paused 1.297ms total 2.026s
04-13 00:18:25.581 1233-1283/system_process I/art﹕ WaitForGcToComplete blocked for 810.831ms for cause Explicit
04-13 00:18:26.462 1233-1283/system_process I/art﹕ Explicit concurrent mark sweep GC freed 5679(338KB) AllocSpace objects, 2(32KB) LOS objects, 16% free, 9MB/11MB, paused 9.483ms total 859.150ms
04-13 00:18:26.624 1973-1973/com.google.android.gms I/ConfigFetchService﹕ service connected
04-13 00:18:26.654 3531-3531/? D/AndroidRuntime﹕ Shutting down VM
04-13 00:18:26.655 3531-3533/? I/art﹕ Debugger is no longer active
04-13 00:18:26.774 1233-1233/system_process D/BackupManagerService﹕ Received broadcast Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.example.vaibhav.savemev2 flg=0x4000010 (has extras) }
04-13 00:18:26.774 1233-1233/system_process W/BackupManagerService﹕ Removing schedule queue dupe of com.example.vaibhav.savemev2
04-13 00:18:26.809 1233-1269/system_process I/ActivityManager﹕ Resuming delayed broadcast
04-13 00:18:27.240 2038-2038/com.android.keychain W/ContextImpl﹕ Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1686 android.content.ContextWrapper.startService:515 android.content.ContextWrapper.startService:515 com.android.keychain.KeyChainBroadcastReceiver.onReceive:12 android.app.ActivityThread.handleReceiver:2579
04-13 00:18:27.245 1233-1472/system_process I/ActivityManager﹕ Delay finish: com.android.keychain/.KeyChainBroadcastReceiver
04-13 00:18:27.284 1233-1842/system_process I/ActivityManager﹕ Resuming delayed broadcast
04-13 00:18:27.311 1973-3551/com.google.android.gms D/PackageBroadcastService﹕ Received broadcast action=android.intent.action.PACKAGE_ADDED and uri=com.example.vaibhav.savemev2
04-13 00:18:27.321 1233-1644/system_process I/ActivityManager﹕ Delay finish: com.google.android.gms/.app.receiver.SystemBroadcastReceiver
04-13 00:18:27.408 1973-1973/com.google.android.gms I/ConfigFetchService﹕ onStartCommand Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.example.vaibhav.savemev2 cmp=com.google.android.gms/.config.ConfigFetchService (has extras) }
04-13 00:18:27.409 1973-1973/com.google.android.gms I/ConfigFetchService﹕ launchTask
04-13 00:18:27.907 1973-3555/com.google.android.gms I/PeopleContactsSync﹕ CP2 sync disabled
04-13 00:18:27.908 1973-1973/com.google.android.gms I/ConfigFetchService﹕ service connected
04-13 00:18:27.967 1973-1973/com.google.android.gms D/ConfigFetchService﹕ ConfigApi connection successful.
04-13 00:18:28.035 1233-1272/system_process W/VoiceInteractionManagerService﹕ no available voice recognition services found for user 0
04-13 00:18:37.462 1973-3553/com.google.android.gms V/ConfigFetchTask﹕ ConfigFetchTask getDeviceDataVersionInfo(): ABFEt1V7na1GUYHmCFdhBRFSiefbF1ngJlylTaCxtj477EUPZ4tUkHtmCOqm3yL-4bmaZmZaWw7ipVyPnbnfUe04Mimqdod_MohZrTXZh15F1RAla6JoKLuzCufzRnkj505ZtfvnCb2Ayjzk2-YWKzcTP-vbOfgL2fW9mYnYwsv_wq_5Yqr92WCP2UViB4Ie7NhpJu8UBYCWd5R2DeVxdnZgJcHjB_p_9fLN2acfhJWXS0KMoDV1yxyzoPGC-ksM1zqMMpKC4JknD1ePU0EDyK_pjXVL1hxASE6GXtnLyVgS1eF2ik92lfZ8lDG-TYtFbkT__vJ1ANdkXdkCiNUxenPaOWezZf31LCE5H0kJ8pI8VSuC7pKxjVw
04-13 00:18:37.498 1973-3553/com.google.android.gms I/GoogleURLConnFactory﹕ Using platform SSLCertificateSocketFactory
04-13 00:18:37.807 1973-1973/com.google.android.gms I/ConfigFetchService﹕ fetch service done; releasing wakelock
04-13 00:18:37.808 1973-1973/com.google.android.gms I/ConfigFetchService﹕ stopping self
04-13 00:18:37.810 1233-1842/system_process I/ActivityManager﹕ Resuming delayed broadcast
04-13 00:18:37.856 1773-1773/com.google.process.gapps E/NetworkScheduler.SchedulerReceiver﹕ Invalid parameter app
04-13 00:18:37.856 1773-1773/com.google.process.gapps E/NetworkScheduler.SchedulerReceiver﹕ Invalid package name : Perhaps you didn't include a PendingIntent in the extras?
04-13 00:18:37.872 1233-1269/system_process I/ActivityManager﹕ Delay finish: com.google.android.gms/.gcm.nts.SchedulerReceiver
04-13 00:18:37.881 1233-1779/system_process I/ActivityManager﹕ Resuming delayed broadcast
04-13 00:18:37.886 1233-1339/system_process I/ActivityManager﹕ Delay finish: com.google.android.gms/.app.receiver.SystemBroadcastReceiver
04-13 00:18:37.888 1973-3558/com.google.android.gms D/PackageBroadcastService﹕ Received broadcast action=android.intent.action.PACKAGE_REPLACED and uri=com.example.vaibhav.savemev2
04-13 00:18:37.891 1973-3559/com.google.android.gms I/PeopleContactsSync﹕ CP2 sync disabled
04-13 00:18:37.925 1233-1580/system_process I/ActivityManager﹕ Resuming delayed broadcast
04-13 00:18:38.028 1233-1269/system_process I/ActivityManager﹕ Delay finish: com.android.mms/.transaction.PrivilegedSmsReceiver
04-13 00:18:38.031 2161-2161/com.android.mms V/Mms﹕ onStart: #1 mResultCode: -1 = Activity.RESULT_OK
04-13 00:18:38.489 2161-3560/com.android.mms D/Mms﹕ handleSmsReceived messageUri: content://sms/24 threadId: 1
04-13 00:18:38.522 2161-3560/com.android.mms D/Mms﹕ updateNotification: new message, adding sound to the notification
04-13 00:18:38.574 1233-1233/system_process I/ValidateNoPeople﹕ Validating: 0|com.android.mms|123|null|10010
04-13 00:18:38.575 1233-1233/system_process I/ValidateNoPeople﹕ final affinity: 0.0
04-13 00:18:38.592 1233-1268/system_process I/ActivityManager﹕ Resuming delayed broadcast
04-13 00:18:38.875 1415-3562/com.android.systemui E/MediaPlayer﹕ Should have subtitle controller already set
04-13 00:18:38.939 1233-1269/system_process I/MediaFocusControl﹕ AudioFocus requestAudioFocus() from android.media.AudioManager#bfa2e69
04-13 00:18:38.941 944-944/? D/NuPlayerDriver﹕ start(0xb4883280)
04-13 00:18:38.942 944-1578/? D/NuPlayerDriver﹕ reset(0xb5a4b100)
04-13 00:18:38.948 944-3514/? D/NuPlayerDriver﹕ notifyResetComplete(0xb5a4b100)
04-13 00:18:38.948 1415-3562/com.android.systemui E/MediaPlayer﹕ Should have subtitle controller already set
04-13 00:18:38.949 944-3563/? I/GenericSource﹕ start
04-13 00:18:38.970 944-3565/? D/AudioSink﹕ bufferCount (8) is too small and increased to 12
04-13 00:18:40.975 1233-1472/system_process I/MediaFocusControl﹕ AudioFocus abandonAudioFocus() from android.media.AudioManager#bfa2e69
04-13 00:18:41.422 944-1224/? I/AudioFlinger﹕ BUFFER TIMEOUT: remove(4097) from active list on thread 0xb61b7000
04-13 00:18:42.866 1773-1773/com.google.process.gapps I/ConfigService﹕ onDestroy
04-13 00:19:00.254 1415-1428/com.android.systemui I/art﹕ Background sticky concurrent mark sweep GC freed 27578(1080KB) AllocSpace objects, 0(0B) LOS objects, 15% free, 6MB/7MB, paused 1.210ms total 193.993ms
04-13 00:19:22.023 3575-3575/? D/AndroidRuntime﹕ >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
04-13 00:19:22.075 3575-3575/? D/AndroidRuntime﹕ CheckJNI is ON
04-13 00:19:23.256 3575-3575/? E/memtrack﹕ Couldn't load memtrack module (No such file or directory)
04-13 00:19:23.257 3575-3575/? E/android.os.Debug﹕ failed to load memtrack module: -2
04-13 00:19:24.405 3575-3575/? D/AndroidRuntime﹕ Calling main entry com.android.commands.pm.Pm
04-13 00:19:24.676 1781-3586/com.android.defcontainer D/DefContainer﹕ Copying /data/local/tmp/com.example.vaibhav.savemev2 to base.apk
04-13 00:19:24.767 1233-1283/system_process D/PackageManager﹕ Renaming /data/app/vmdl202891466.tmp to /data/app/com.example.vaibhav.savemev2-1
04-13 00:19:24.767 1233-1273/system_process I/ActivityManager﹕ Force stopping com.example.vaibhav.savemev2 appid=10059 user=-1: uninstall pkg
04-13 00:19:24.871 1233-1283/system_process I/PackageManager﹕ Package com.example.vaibhav.savemev2 codePath changed from /data/app/com.example.vaibhav.savemev2-2 to /data/app/com.example.vaibhav.savemev2-1; Retaining data and using new
04-13 00:19:24.871 1233-1283/system_process I/art﹕ DexFile_isDexOptNeeded failed to open oat file '/data/dalvik-cache/x86/data#app#com.example.vaibhav.savemev2-1#base.apk#classes.dex' for file location '/data/app/com.example.vaibhav.savemev2-1/base.apk': Failed to open oat filename for reading: No such file or directory
04-13 00:19:24.874 1233-1283/system_process I/art﹕ DexFile_isDexOptNeeded failed to open oat file '/data/app/com.example.vaibhav.savemev2-1/x86/base.odex' for file location '/data/app/com.example.vaibhav.savemev2-1/base.apk': Failed to open oat filename for reading: No such file or directory
04-13 00:19:24.874 1233-1283/system_process I/PackageManager﹕ Running dexopt on: /data/app/com.example.vaibhav.savemev2-1/base.apk pkg=com.example.vaibhav.savemev2 isa=x86 vmSafeMode=false
04-13 00:19:25.221 3588-3588/? I/dex2oat﹕ /system/bin/dex2oat --zip-fd=6 --zip-location=/data/app/com.example.vaibhav.savemev2-1/base.apk --oat-fd=7 --oat-location=/data/dalvik-cache/x86/data#app#com.example.vaibhav.savemev2-1#base.apk#classes.dex --instruction-set=x86 --instruction-set-features=default --runtime-arg -Xms64m --runtime-arg -Xmx512m
04-13 00:19:25.844 3588-3588/? W/dex2oat﹕ Compilation of void com.example.vaibhav.savemev2.BuildConfig.<init>() took 166.920ms
04-13 00:19:25.874 3588-3588/? I/dex2oat﹕ dex2oat took 602.641ms (threads: 1)
04-13 00:19:25.875 1233-1273/system_process I/ActivityManager﹕ Force stopping com.example.vaibhav.savemev2 appid=10059 user=-1: update pkg
04-13 00:19:25.876 1233-1283/system_process W/PackageManager﹕ Code path for pkg : com.example.vaibhav.savemev2 changing from /data/app/com.example.vaibhav.savemev2-2 to /data/app/com.example.vaibhav.savemev2-1
04-13 00:19:25.876 1233-1283/system_process W/PackageManager﹕ Resource path for pkg : com.example.vaibhav.savemev2 changing from /data/app/com.example.vaibhav.savemev2-2 to /data/app/com.example.vaibhav.savemev2-1
04-13 00:19:25.929 1233-1283/system_process I/ActivityManager﹕ Force stopping com.example.vaibhav.savemev2 appid=10059 user=0: pkg removed
04-13 00:19:25.942 1233-1233/system_process D/BackupManagerService﹕ Received broadcast Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.example.vaibhav.savemev2 flg=0x4000010 (has extras) }
04-13 00:19:25.942 1233-1233/system_process D/JobSchedulerService﹕ Receieved: android.intent.action.PACKAGE_REMOVED
04-13 00:19:25.982 1233-1283/system_process W/Settings﹕ Setting install_non_market_apps has moved from android.provider.Settings.Global to android.provider.Settings.Secure, returning read-only value.
04-13 00:19:25.992 1773-1773/com.google.process.gapps E/NetworkScheduler.SchedulerReceiver﹕ Invalid parameter app
04-13 00:19:25.992 1773-1773/com.google.process.gapps E/NetworkScheduler.SchedulerReceiver﹕ Invalid package name : Perhaps you didn't include a PendingIntent in the extras?
04-13 00:19:26.000 1233-1269/system_process I/ActivityManager﹕ Delay finish: com.google.android.gms/.app.receiver.SystemBroadcastReceiver
04-13 00:19:26.005 1973-3590/com.google.android.gms D/PackageBroadcastService﹕ Received broadcast action=android.intent.action.PACKAGE_REMOVED and uri=com.example.vaibhav.savemev2
04-13 00:19:26.011 1773-1773/com.google.process.gapps I/ConfigService﹕ onCreate
04-13 00:19:26.023 1773-1773/com.google.process.gapps I/ConfigService﹕ onBind for Intent { act=com.google.android.gms.config.UPDATE pkg=com.google.android.gms } action com.google.android.gms.config.UPDATE
04-13 00:19:26.027 1973-1973/com.google.android.gms I/ConfigFetchService﹕ onStartCommand Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.example.vaibhav.savemev2 cmp=com.google.android.gms/.config.ConfigFetchService (has extras) }
04-13 00:19:26.052 1233-1320/system_process I/InputReader﹕ Reconfiguring input devices. changes=0x00000010
04-13 00:19:26.056 1233-1320/system_process I/InputReader﹕ Reconfiguring input devices. changes=0x00000010
04-13 00:19:26.061 1233-1233/system_process D/BackupManagerService﹕ Received broadcast Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.example.vaibhav.savemev2 flg=0x4000010 (has extras) }
04-13 00:19:26.061 1233-1233/system_process W/BackupManagerService﹕ Removing schedule queue dupe of com.example.vaibhav.savemev2
04-13 00:19:26.064 1233-1320/system_process I/InputReader﹕ Reconfiguring input devices. changes=0x00000010
04-13 00:19:26.699 1511-1532/com.android.phone I/art﹕ Background sticky concurrent mark sweep GC freed 8436(428KB) AllocSpace objects, 0(0B) LOS objects, 22% free, 1850KB/2MB, paused 1.184ms total 710.008ms
04-13 00:19:26.741 1773-1773/com.google.process.gapps I/ConfigService﹕ onBind returning update interface
04-13 00:19:26.743 1773-1773/com.google.process.gapps I/ConfigService﹕ onBind for Intent { act=com.google.android.gms.config.START pkg=com.google.android.gms } action com.google.android.gms.config.START
04-13 00:19:26.744 1773-1773/com.google.process.gapps I/ConfigService﹕ onBind returning service broker
04-13 00:19:26.801 1233-1272/system_process W/VoiceInteractionManagerService﹕ no available voice recognition services found for user 0
04-13 00:19:26.811 1233-1582/system_process I/ActivityManager﹕ Resuming delayed broadcast
04-13 00:19:26.834 2038-2038/com.android.keychain W/ContextImpl﹕ Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1686 android.content.ContextWrapper.startService:515 android.content.ContextWrapper.startService:515 com.android.keychain.KeyChainBroadcastReceiver.onReceive:12 android.app.ActivityThread.handleReceiver:2579
04-13 00:19:26.851 1233-1580/system_process I/ActivityManager﹕ Delay finish: com.android.keychain/.KeyChainBroadcastReceiver
04-13 00:19:26.954 1233-1269/system_process I/ActivityManager﹕ Resuming delayed broadcast
04-13 00:19:27.139 1233-1283/system_process I/art﹕ Explicit concurrent mark sweep GC freed 24509(1676KB) AllocSpace objects, 10(160KB) LOS objects, 16% free, 9MB/11MB, paused 17.625ms total 1.041s
04-13 00:19:27.335 3575-3575/? D/AndroidRuntime﹕ Shutting down VM
04-13 00:19:27.509 3575-3577/? I/art﹕ Debugger is no longer active
04-13 00:19:27.880 1233-1269/system_process I/ActivityManager﹕ Delay finish: com.google.android.gms/.app.receiver.SystemBroadcastReceiver
04-13 00:19:27.885 1973-3595/com.google.android.gms D/PackageBroadcastService﹕ Received broadcast action=android.intent.action.PACKAGE_ADDED and uri=com.example.vaibhav.savemev2
04-13 00:19:27.898 1973-1973/com.google.android.gms I/ConfigFetchService﹕ onStartCommand Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.example.vaibhav.savemev2 cmp=com.google.android.gms/.config.ConfigFetchService (has extras) }
04-13 00:19:27.918 1973-1973/com.google.android.gms I/ConfigFetchService﹕ launchTask
04-13 00:19:28.234 1973-1973/com.google.android.gms I/ConfigFetchService﹕ service connected
04-13 00:19:28.238 1973-3599/com.google.android.gms I/PeopleContactsSync﹕ CP2 sync disabled
04-13 00:19:28.263 1973-1973/com.google.android.gms D/ConfigFetchService﹕ ConfigApi connection successful.
04-13 00:19:29.514 1773-1799/com.google.process.gapps E/StrictMode﹕ A resource was acquired at attached stack trace but never released. See java.io.Closeable for information on avoiding resource leaks.
java.lang.Throwable: Explicit termination method 'end' not called
at dalvik.system.CloseGuard.open(CloseGuard.java:184)
at java.util.zip.Inflater.<init>(Inflater.java:82)
at com.android.okio.GzipSource.<init>(GzipSource.java:57)
at com.android.okhttp.internal.http.HttpEngine.initContentStream(HttpEngine.java:478)
at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:668)
at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:379)
at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:323)
at com.android.okhttp.internal.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:491)
at com.android.okhttp.internal.http.DelegatingHttpsURLConnection.getResponseCode(DelegatingHttpsURLConnection.java:105)
at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:25)
at com.google.android.gms.http.GoogleHttpClient.a(SourceFile:791)
at com.google.android.gms.http.GoogleHttpClient.b(SourceFile:760)
at com.google.android.gms.http.GoogleHttpClient.execute(SourceFile:663)
at com.google.android.gms.http.GoogleHttpClient.execute(SourceFile:654)
at com.google.android.gms.playlog.uploader.e.a(SourceFile:346)
at com.google.android.gms.playlog.uploader.e.a(SourceFile:232)
at com.google.android.gms.playlog.uploader.e.a(SourceFile:204)
at com.google.android.gms.playlog.uploader.UploaderService.a(SourceFile:52)
at com.google.android.gms.gcm.ap.run(SourceFile:131)
04-13 00:19:37.973 1973-3597/com.google.android.gms V/ConfigFetchTask﹕ ConfigFetchTask getDeviceDataVersionInfo(): ABFEt1V7na1GUYHmCFdhBRFSiefbF1ngJlylTaCxtj477EUPZ4tUkHtmCOqm3yL-4bmaZmZaWw7ipVyPnbnfUe04Mimqdod_MohZrTXZh15F1RAla6JoKLuzCufzRnkj505ZtfvnCb2Ayjzk2-YWKzcTP-vbOfgL2fW9mYnYwsv_wq_5Yqr92WCP2UViB4Ie7NhpJu8UBYCWd5R2DeVxdnZgJcHjB_p_9fLN2acfhJWXS0KMoDV1yxyzoPGC-ksM1zqMMpKC4JknD1ePU0EDyK_pjXVL1hxASE6GXtnLyVgS1eF2ik92lfZ8lDG-TYtFbkT__vJ1ANdkXdkCiNUxenPaOWezZf31LCE5H0kJ8pI8VSuC7pKxjVw
04-13 00:19:37.977 1973-3597/com.google.android.gms I/GoogleURLConnFactory﹕ Using platform SSLCertificateSocketFactory
04-13 00:19:38.251 1973-1973/com.google.android.gms I/ConfigFetchService﹕ fetch service done; releasing wakelock
04-13 00:19:38.262 1973-1973/com.google.android.gms I/ConfigFetchService﹕ stopping self
04-13 00:19:38.265 1233-1842/system_process I/ActivityManager﹕ Resuming delayed broadcast
04-13 00:19:38.303 1773-1773/com.google.process.gapps E/NetworkScheduler.SchedulerReceiver﹕ Invalid parameter app
04-13 00:19:38.303 1773-1773/com.google.process.gapps E/NetworkScheduler.SchedulerReceiver﹕ Invalid package name : Perhaps you didn't include a PendingIntent in the extras?
04-13 00:19:38.322 1233-1779/system_process I/ActivityManager﹕ Delay finish: com.google.android.gms/.gcm.nts.SchedulerReceiver
04-13 00:19:38.329 1233-1644/system_process I/ActivityManager﹕ Resuming delayed broadcast
04-13 00:19:38.335 1973-3606/com.google.android.gms D/PackageBroadcastService﹕ Received broadcast action=android.intent.action.PACKAGE_REPLACED and uri=com.example.vaibhav.savemev2
04-13 00:19:38.335 1233-1580/system_process I/ActivityManager﹕ Delay finish: com.google.android.gms/.app.receiver.SystemBroadcastReceiver
04-13 00:19:38.340 1973-3607/com.google.android.gms I/PeopleContactsSync﹕ CP2 sync disabled
04-13 00:19:38.350 1233-1629/system_process I/ActivityManager﹕ Resuming delayed broadcast
04-13 00:19:43.329 1773-1773/com.google.process.gapps I/ConfigService﹕ onDestroy
04-13 00:20:12.317 1233-1580/system_process I/ActivityManager﹕ Delay finish: com.android.mms/.transaction.PrivilegedSmsReceiver
04-13 00:20:12.322 2161-2161/com.android.mms V/Mms﹕ onStart: #1 mResultCode: -1 = Activity.RESULT_OK
04-13 00:20:12.416 2161-3608/com.android.mms D/Mms﹕ handleSmsReceived messageUri: content://sms/25 threadId: 1
04-13 00:20:12.428 2161-3608/com.android.mms D/Mms﹕ updateNotification: new message, adding sound to the notification
04-13 00:20:12.434 1233-1233/system_process I/ValidateNoPeople﹕ Validating: 0|com.android.mms|123|null|10010
04-13 00:20:12.434 1233-1233/system_process I/ValidateNoPeople﹕ final affinity: 0.0
04-13 00:20:12.458 1415-3610/com.android.systemui E/MediaPlayer﹕ Should have subtitle controller already set
04-13 00:20:12.461 1233-1339/system_process I/MediaFocusControl﹕ AudioFocus requestAudioFocus() from android.media.AudioManager#21dff0ee
04-13 00:20:12.462 944-1578/? D/NuPlayerDriver﹕ start(0xb5a4b1c0)
04-13 00:20:12.464 944-1226/? D/NuPlayerDriver﹕ reset(0xb4883280)
04-13 00:20:12.470 944-3563/? D/NuPlayerDriver﹕ notifyResetComplete(0xb4883280)
04-13 00:20:12.471 1415-3610/com.android.systemui E/MediaPlayer﹕ Should have subtitle controller already set
04-13 00:20:12.472 944-3611/? I/GenericSource﹕ start
04-13 00:20:12.491 944-3613/? D/AudioSink﹕ bufferCount (8) is too small and increased to 12
04-13 00:20:12.565 1233-1269/system_process I/ActivityManager﹕ Resuming delayed broadcast
04-13 00:20:14.485 1233-1580/system_process I/MediaFocusControl﹕ AudioFocus abandonAudioFocus() from android.media.AudioManager#21dff0ee
04-13 00:20:14.933 944-1224/? I/AudioFlinger﹕ BUFFER TIMEOUT: remove(4097) from active list on thread 0xb61b7000
LOGCAT(WORKING, that is for the first time of compilation. point number 2)
https://www.dropbox.com/s/c7nlfh6qy4vg99m/workingLOGCAT.png?dl=0
it's dizzy logcat......
I think duplication broadcastreceiver.
if you want to run every time after first running, register broadcastreceiver in back service, and unregisterReceiver if you want.
or you want to run at show activity, register broadcastreceiver and shutdown activity unregisterReceiver.
my english bad.....
i hope help you.
IntentFilter intentFilter = new IntentFilter();
intentFilter.addAction("android.provider.Telephony.SMS_RECEIVED");
registerReceiver(smsreceiver, intentFilter);
if(smsreceiver != null){
unregisterReceiver(smsreceiver);
smsreceiver = null;
}
thank you.
I need to subscribe to INotifyPropertyChanged of one of my models in my ViewModel. My research led me to: How do I update the parent viewmodel when child viewmodel is updated.
I tried using WeakSubscribe as suggested in #3 but after entering and leaving the view several times my whole application either freezes or crashes.
Here's my code from Init() in the ViewModel:
foreach (var sale in Model.Sales)
{
sale.WeakSubscribe(delegate
{
Model.CalculateSalesTotals();
});
}
when the app is crashing, I'm getting SIGSEGV:
I/mono-stdout(30334): mvx:Diagnostic:227.00 Showing ViewModel InvoiceAuthorizationViewModel
I/ActivityManager( 391): START u0 {flg=0x10000000 cmp=com.desco.escMobile/escmobile.android.views.InvoiceAuthorizationView (has extras)} from pid 30334
I/mono-stdout(30334): mvx:Diagnostic:227.19 Loading new ViewModel from Intent with Extras
D/dalvikvm(30334): GC_EXPLICIT freed 783K, 5% free 17252K/18068K, paused 2ms+8ms, total 53ms
I/mono-stdout(30334): MvxBind:Warning:227.59 Unable to bind: source property source not found Cirrious.MvvmCross.Binding.Parse.PropertyPath.PropertyTokens.MvxPr
opertyNamePropertyToken on null-object
I/mono-stdout(30334): MvxBind:Warning:227.61 Unable to bind: source property source not found Cirrious.MvvmCross.Binding.Parse.PropertyPath.PropertyTokens.MvxPr
opertyNamePropertyToken on null-object
I/mono-stdout(30334): MvxBind:Warning:227.63 Unable to bind: source property source not found Cirrious.MvvmCross.Binding.Parse.PropertyPath.PropertyTokens.MvxPr
opertyNamePropertyToken on null-object
I/dalvikvm(30334): Jit: resizing JitTable from 4096 to 8192
I/ActivityManager( 391): Displayed com.desco.escMobile/escmobile.android.views.InvoiceAuthorizationView: +755ms (total +1s259ms)
I/ActivityManager( 391): Displayed com.desco.escMobile/escmobile.android.views.InvoiceAuthorizationView: +1s279ms
I/ActivityManager( 391): Process com.android.vending (pid 30179) has died.
E/mono-rt (30334): Stacktrace:
E/mono-rt (30334):
E/mono-rt (30334):
E/mono-rt (30334): =================================================================
E/mono-rt (30334): Got a SIGSEGV while executing native code. This usually indicates
E/mono-rt (30334): a fatal error in the mono runtime or one of the native libraries
E/mono-rt (30334): used by your application.
E/mono-rt (30334): =================================================================
E/mono-rt (30334):
I/ActivityManager( 391): Process com.desco.escMobile (pid 30334) has died.
I/WindowState( 391): WIN DEATH: Window{42cf2e60 u0 com.desco.escMobile/escmobile.android.views.InvoiceAuthorizationView}
W/ActivityManager( 391): Force removing ActivityRecord{42e05b20 u0 com.desco.escMobile/escmobile.android.views.InvoiceAuthorizationView}: app died, no saved st
ate
I/WindowState( 391): WIN DEATH: Window{427bfbf0 u0 com.desco.escMobile/escmobile.android.views.DispatchListView}
I/WindowState( 391): WIN DEATH: Window{42b32b50 u0 com.desco.escMobile/escmobile.android.views.InvoiceDetailsView}
I/WindowState( 391): WIN DEATH: Window{43003e48 u0 com.desco.escMobile/escmobile.android.views.InvoiceAuthorizationView}
I/WindowState( 391): WIN DEATH: Window{42aea920 u0 com.desco.escMobile/escmobile.android.views.DispatchDetailsView}
D/dalvikvm(30434): Late-enabling CheckJNI
I/ActivityManager( 391): Start proc com.desco.escMobile for activity com.desco.escMobile/escmobile.android.views.InvoiceAuthorizationView: pid=30434 uid=10086
gids={50086, 3003, 1015, 1028}
D/Zygote ( 129): Process 30334 exited cleanly (255)
Any suggestions?