Code Monkey home page Code Monkey logo

Comments (6)

GoogleCodeExporter avatar GoogleCodeExporter commented on September 23, 2024
please provide detailed steps on how to reproduce.

Original comment by [email protected] on 11 Aug 2011 at 4:51

from alogcat.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 23, 2024
Whenever you start a new activity, you see a log which looks like this in the 
ADB Logcat,

08-10 16:02:48.875: INFO/ActivityManager(114): Starting activity: Intent { 
cmp=com.google.android.gm/.HtmlConversationActivity (has extras) }

These logs which have a tag of "ActivityManager" and their message field starts 
with text "Starting activity"(which basically signifies the beginning of an 
intent) do not show up in the list shown by the application.

Original comment by [email protected] on 11 Aug 2011 at 5:38

from alogcat.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 23, 2024
I was noticing this bug too in how I wanted to use this app. The issue seems to 
be with setting the buffer flag sent to logcat. For some reason, logcat does 
not display the "Starting activity..." messages in either the main, radio, or 
events buffer. However, if you take out this flag completely, then it shows up 
in the logs. 

The current build doesn't let you do this though. Attached are some quick 
changes to make this happen. You'll need to select "None" under the 
"Preferences->Buffer" after the change and compiling this (I didn't make it the 
default).

Original comment by [email protected] on 5 Sep 2011 at 2:01

Attachments:

from alogcat.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 23, 2024
in stead of adding a "none" option, would it be simpler to just modify the code 
to not send the buffer argument if it's the default buffer (main)?

thanks for your help.

Original comment by [email protected] on 7 Sep 2011 at 4:07

  • Changed state: Accepted

from alogcat.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 23, 2024
I hadn't looked into the logcat buffers much until the other day, but I think 
you're right that it's probably simpler to just leave out the buffer argument 
if "main" is selected. It should be the default buffer, not sure why the 
argument would cause the "Starting activity" messages to be dropped, but that's 
the only difference I saw between sending the argument for main or leaving it 
out completely.

Original comment by [email protected] on 7 Sep 2011 at 5:08

from alogcat.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 23, 2024
fixed in 2.4.

Original comment by [email protected] on 29 Dec 2011 at 3:43

  • Changed state: Fixed

from alogcat.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.