Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save/email log does not include all log data #7

Open
GoogleCodeExporter opened this issue Nov 16, 2015 · 1 comment
Open

Save/email log does not include all log data #7

GoogleCodeExporter opened this issue Nov 16, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Save a log or email it to yourself
2. Open the saved/emailed log file and (quickly!) compare it to the one that 
appears on the screen
3. Notice that every other line on the screen appears to be missing from the 
saved/emailed file.


What is the expected output? What do you see instead?

For example, I was trying to track down an issue with my bluetooth adapter.  
The log message on the screen contained the following information, which is 
what I expected to see in the file that was emailed to me:

I/BluetoothAudioGateway.cpp(  170): Accepting HF connection.
I/BluetoothAudioGateway.cpp(  170): Successful accept() on AG socket 29: new 
socket 36, address XX:XX:XX:XX:XX:XX, RFCOMM channel 10
I/BT Audio Gateway(  170): connect notification!
I/BT Audio Gateway(  170): Incoming connection from handsfree XX:XX:XX:XX:XX:XX 
on channel 10
I/BT HSHPF(  170): Incoming rfcomm (handsfree) connection from 
XX:XX:XX:XX:XX:XXon channel 10
I/BT HSHFP(  170): Rejecting incoming connection because priority = 0
I/BT HSHFP(  170): initializeNativeDataNative: ALREADY CONNECTED!


But when I emailed it to myself, the same section only contained the following 
lines:

I/BluetoothAudioGateway.cpp(  170): Successful accept() on AG socket 29: new 
socket 36, address XX:XX:XX:XX:XX:XX, RFCOMM channel 10
I/BT Audio Gateway(  170): Incoming connection from handsfree XX:XX:XX:XX:XX:XX 
on channel 10
I/BT HSHFP(  170): Rejecting incoming connection because priority = 0


What version of the product are you using? On what operating system?
Logger version 1.2
on
Nexus One
Android version 2.2
Build number FRF91

Original issue reported on code.google.com by jasonvin...@gmail.com on 10 Aug 2010 at 8:03

@GoogleCodeExporter
Copy link
Author

Yep, just experienced the same issue.
Logger 1.2
Motorola Milestone
Android 2.2.1
Build SHOLS_U2_05.20.0

Original comment by gmwil...@xtra.co.nz on 8 Mar 2011 at 1:30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant