F FrankBerra Active Member Licensed User Longtime User Feb 15, 2017 #1 Hi all, i am debugging and trying to optimize my application and for this i enabled StrictMode and i look more frequently to logcat. The simple question is: what does this mean? B4X: ActivityManager: pid= 30456 st.name = test.app cpuPercent = 37 st.rel_utime =2220 st.rel_stime =690 Is it something that i should take care about or should i ignore it?
Hi all, i am debugging and trying to optimize my application and for this i enabled StrictMode and i look more frequently to logcat. The simple question is: what does this mean? B4X: ActivityManager: pid= 30456 st.name = test.app cpuPercent = 37 st.rel_utime =2220 st.rel_stime =690 Is it something that i should take care about or should i ignore it?
S sorex Expert Licensed User Longtime User Feb 16, 2017 #2 that seems like just a notification that a process (your app?) has been started. Upvote 0