Giter Site home page Giter Site logo

android-random's People

Watchers

 avatar

android-random's Issues

Android.mk?

I've downloaded the source from the svn repository, and there isn't an
Android.mk anywhere in the tree.  I assume this is on purpose.  How do
these packages get built?  Am I required to use Eclipse somehow?

Original issue reported on code.google.com by [email protected] on 16 Jul 2009 at 1:54

Filtering support - patch available

This isn't an issue/bug, more of a feature addition. This patch adds
support for filtering the log for specific data and also has the same
changes as the previous patch (in saving logcat data issue).

Some things to note:

- No support for PID filtering: I couldn't find any available arguments for
filtering via PID in the docs and the Android Dev I spoke to on irc wasn't
aware of one either, so I'm assuming DDMS manually checks the PID when
filtering with PID. The java code is there and the xml layout for the
dialog has hidden the option until a solution is found.

- Doesn't work with tags with spaces: This is a logcat issue, something
like "My Tag" will NOT be filtered correctly, it will look for "My" only. 

- No support for multiple tag filtering (yet): This is supported by logcat,
I just haven't got around to adding support for it.

Changes:

- Launch mode changed to single task: While debugging, I noticed the same
process open loads of times.
- New XML file for dialog layout
- New menu option for filtering
- strings.xml modified to list new strings
- New methods: createDialog() and createCatter()
- Moved the code around a bit to make it better structured

Original issue reported on code.google.com by [email protected] on 2 May 2009 at 10:06

Attachments:

Saving logcat data

What steps will reproduce the problem?
1. Open program
2. Save logcat output using menu option

What is the expected output? What do you see instead?
Expected result: Write logcat data to an accessible location

Actual result: /data/{package}/files is not readable without root, but this
where the files are written to.

Solution: A patch which will write files to /sdcard instead.

See http://pastebin.com/m130c099d

Original issue reported on code.google.com by [email protected] on 29 Dec 2008 at 12: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.