Android Question [Solved] "Rare" messages in the IDE B4A Log

Sergio Castellari

Active Member
Licensed User
Hello,

I was using the IDE normally, and I don't know what happened, but suddenly in DEBUG mode the IDE LOG shows me these "weird" messages along with the Log instructions that I put in the app.
The IDE compiles and I can continue testing the application on the phone using the B4A-Brigde, but I think something started to go wrong in the IDE (or on my computer)
That could be happening?
Has any internal IDE file been damaged?
What should I do?

For example these messages (but others appear as well):

B4X:
*** pagestock: B4XPage_Disappear [pagestock]
*** pagemenu: B4XPage_Appear [pagestock]
*** pagearticulos: B4XPage_Created [pagemenu]
hardware acceleration = true , fakeHwAccelerated = false, sRendererDisabled = false, forceHwAccelerated = false, sSystemRendererDisabled = false
*** pagemenu: B4XPage_Disappear [pagemenu]
*** pagearticulos: B4XPage_Appear [pagemenu]
Surface::connect(this=0x75305e6000,api=1)
Surface::setBufferCount(this=0x75305e6000,bufferCount=3)
Surface::allocateBuffers(this=0x75305e6000)
set(): 0x753041f800, streamType -1, sampleRate 8000, format 0x1, channelMask 0x1, frameCount 2000, flags #0, notificationFrames 0, sessionId 0, transferType 4, uid -1, pid -1
set(): Building AudioTrack with attributes: usage = 1, content = 2, flags = 0x800, tags = []
set(): 0x753041f800, Create AudioTrackThread, tid = 11291
createTrack_l(46): 0x753041f800, mCblk = 0x752cfee000, mLatency = 292, mAfLatency = 42, frameCount = 2000, mSampleRate = 8000, mFlags = 0, mReqFrameCount = 2000, mNotificationFramesAct = 0
Use of stream types is deprecated for operations other than volume control
See the documentation of AudioTrack() for what to use instead with android.media.AudioAttributes to qualify your playback use case
set(): 0x75303cdc00, streamType -1, sampleRate 8000, format 0x1, channelMask 0x1, frameCount 4000, flags #0, notificationFrames 0, sessionId 0, transferType 4, uid -1, pid -1
set(): Building AudioTrack with attributes: usage = 1, content = 2, flags = 0x800, tags = []
set(): 0x75303cdc00, Create AudioTrackThread, tid = 11292
createTrack_l(47): 0x75303cdc00, mCblk = 0x752cfee0e0, mLatency = 542, mAfLatency = 42, frameCount = 4000, mSampleRate = 8000, mFlags = 0, mReqFrameCount = 4000, mNotificationFramesAct = 0
Use of stream types is deprecated for operations other than volume control
See the documentation of AudioTrack() for what to use instead with android.media.AudioAttributes to qualify your playback use case
conectando al servidor...espere...
Skipped 39 frames!  The application may be doing too much work on its main thread.
Index time: 65 ms (375 Items)
conectando al servidor...espere...
Index time: 1 ms (10 Items)
Surface::disconnect(this=0x75305e6000,api=1)


Greetings
 

josejad

Expert
Licensed User
Longtime User
Maybe you've unchecked the "filter" mode accidentaly?

1635886159333.png


Mira si has quitado la marca de "Filtrar"
 
Upvote 1
Top