Android Question What does that mean?

FrankBerra

Active Member
Licensed User
Longtime User
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?
 

sorex

Expert
Licensed User
Longtime User
that seems like just a notification that a process (your app?) has been started.
 
Upvote 0
Top