Android Question Yeah, it is!

JohnC

Expert
Licensed User
Longtime User
I noticed these lines in my project's log right when the app starts and can't figure out what is generating them:

B4X:
-Start-
State: 16842910
State: 16843597
-End-
Yeah, it is!

Any ideas?
 

Cableguy

Expert
Licensed User
Longtime User
Without knowing what device and app start code, we cannot help
 
Upvote 0

moster67

Expert
Licensed User
Longtime User
Perhaps some log messages from a library you are using..
 
Upvote 0

JohnC

Expert
Licensed User
Longtime User
Upvote 0

Inman

Well-Known Member
Licensed User
Longtime User
I have also seen this is one of my projects. Here are the libraries I am using. Let us find the common ones and narrow down.
  • AndroidResources
  • AppCompat
  • BetterDialogs
  • CustomProgressDialog
  • DateTimePicker
  • DownloadProgress
  • FontAwesome
  • FusedLocationProvider
  • GPS
  • IME
  • JSON
  • Phone
  • Reflection
  • RichString
  • RuntimePermissions
  • ScrollView2D
  • SPListView
  • SQL
  • StringUtils
 
Upvote 0

JohnC

Expert
Licensed User
Longtime User
These are the common ones I am using:

  • AppCompat
  • IME
  • JSON
  • Phone
  • Reflection
  • RuntimePermissions
  • SQL
  • StringUtils
 
Upvote 0

Eme Fibonacci

Well-Known Member
Licensed User
Longtime User
Could you start on a clean device and add libraries until you find what is generating the log? Please let us know when you find it.
 
Upvote 0
Top