Mir

lp:~vanvugt/mir/fix-1343074-0.5

Created by Daniel van Vugt and last modified
Get this branch:
bzr branch lp:~vanvugt/mir/fix-1343074-0.5
Only Daniel van Vugt can upload to this branch. If you are Daniel van Vugt please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Daniel van Vugt
Project:
Mir
Status:
Development

Recent revisions

1784. By Daniel van Vugt

Merge latest 0.5 branch

1783. By Daniel van Vugt

Merge latest lp:mir/0.5

1782. By Daniel van Vugt

Stop Android logging from consuming significant CPU (on every input event).
(LP: #1343074)

Two things needed fixing:
  1. Verbose logging (ALOGV) is meant to be disabled (optimized out) unless
     debugging, but it wasn't ever being removed. This means expensive calls
     to ALOGV remained, for example in EventHub.cpp on every input event.
  2. Our own Mir version of __android_log_print was extremely inefficient,
     formatting log messages unconditionally even when they did not meet the
     reporting threshold and were never used.

1780. By Daniel van Vugt

Mention another bug fix we forgot - LP: #1189775

1779. By Daniel van Vugt

changelog: Document enhancements for 0.5.0

1778. By Daniel van Vugt

Restore changelog entry for 0.4.1. If we do retain a separate packaging
branch then it will have to be present.

1777. By Daniel van Vugt

Revert unidentified changes introduced in r1774. If anyone finds they need
them we can add them back in, with some explanation.

1776. By kevin gunn

update changelog

1775. By Cemil Azizoglu

Now change it to 0.5.0 to resolve the conflict.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:mir/ubuntu
This branch contains Public information 
Everyone can see this information.

Subscribers