CatLog + b4a Bridge

cyberXndr

New Member
Hello.

I have a problem with LogCat. When I'm connect to my device via b4a-bridge(wifi) and start logging by press "connect" button on the "Log" tab, Log shows only this message: "LogCat connected to: B4A-Bridge: HUAWEI U8650-862076011325047"

There are no other output when i use my application, even I call "Log("smth")" in code. How to fix this problem and use LogCat correctly?

p.s Sorry for my english
 
Last edited:

Penko

Active Member
Licensed User
Longtime User
I dont have such issues but i am using the bridge with a device which doesnt support ADB.

Are you sure you are really connected to the Log(is Connected written in the bottom left corner)?

Are you sure you are executing the code parts where you have Log commands?

Last but not least, are you running Bridge 2.01? If not, update via Google Play.

Sent from my Next7P12 using Tapatalk 2
 
Upvote 0

cyberXndr

New Member
Hello.

I have a problem with LogCat. When I'm connect to my device via b4a-bridge(wifi) and start logging by press "connect" button on the "Log" tab, Log shows only this message: "LogCat connected to: B4A-Bridge: HUAWEI U8650-862076011325047"

There are no other output when i use my application, even I call "Log("smth")" in code. How to fix this problem and use LogCat correctly?

p.s Sorry for my english
So, problem solved. In Huaway devices log output is denied by default.
How to solve the problem:
1)Open a service menu in phone by entering this code: *#*#2846579#*#*
2)Select ProjectMenu->Background_Settings
3)Allow logs in Log Settings menu, and choose log settings
4)Back to Background_Settings, open Dump&Log menu and set 1,2,4 boxes to "checked"

After that, CatLog and b4a IDE work as must.
 
Upvote 0
Top