Android Question Debug-LOG doesnt work with Galaxy Note 3 (Android 4.3)

DonManfred

Expert
Licensed User
Longtime User
Sine i have my new Phone (Samsung Galaxy Note 3) the b4a-Log does not work with my apps.

Before i have had an Samsung Galaxy Note 1 (Android 4.03) and everything worked. Dont matter if with or without b4abridge... My app-log are shown in b4a like requested...

But with my Note 3 that dont work. B4A does not recocnize my Phone to install a new apk/compile...
I have to use b4abridge to install the apk. Working with b4abridge works to install the apk and the apk runs EXEPT the logging-functionality...
 

Pendrush

Well-Known Member
Licensed User
Longtime User
From android 4.1 you must use USB debugging feature (and debug your app through USB port) to see debug log. Bridge will not work, it's Android limitation.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
I think that he ask for unfiltered logs, my mistake.

No, i asked for the Output in the Log-Windows of B4A of all what my App "write" to it with

B4X:
log("This is what i want to see inside B4A")

Anyway thanx for your answer. Now i can give you an update:

It seems that my PC at work have an outdated Device-Driver installed. At work i have an 2 Years old Kies-Installation (inclusive Devicedrivers) and THERE the log shows nothing of the log-commands.

Here at home i have Kies 3 and new Devicedriver installed. And here the log works as expected.

I will update Kies and Devicedriver from v2 to v3 tomorrow at work and then i´ll see wheter it works then or not.

A other possibility could be that i´m using the Original USB-Cable delivered with my Note 3 here at home and at work i have "only" an original Note 1 USB-Cable (from my last Phone)...
 
Last edited:
Upvote 0
Top