lp://staging/~sforshee/+junk/autobrightness
Created by
Seth Forshee
and last modified
- Get this branch:
- bzr branch lp://staging/~sforshee/+junk/autobrightness
Only
Seth Forshee
can upload to this branch. If you are
Seth Forshee
please log in for upload directions.
Branch information
- Owner:
- Seth Forshee
- Status:
- Development
Recent revisions
- 91. By Seth Forshee
-
android-config: Don't read config files into RAM all at once
Currently the config file is read using g_file_
get_contents( ),
which reads the entire file into allocated memory. While this
probably isn't a problem for the files being dealt with, it's
better not to make any assumptions. Instead, read in and parse
a single page's worth of data at a time. - 90. By Seth Forshee
-
android-config: Improve error handling
Fail parsing the xml file for some unexpected scenarios. Also fix
a couple of bugs found along the way.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)