touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #25853
[Bug 1376302] Re: indicator-network is frequently logging to /home/phablet/.cache/upstart/indicator-network.log
This bug was fixed in the package indicator-network -
0.5.1+14.10.20141010-0ubuntu1
---------------
indicator-network (0.5.1+14.10.20141010-0ubuntu1) utopic; urgency=low
[ Jussi Pakkanen ]
* Made trace logging a compile time option. (LP: #1376302)
* Exit gracefully if notification server vanishes. (LP: #1368517)
* More crash protection.
-- Ubuntu daily release <ps-jenkins@xxxxxxxxxxxxxxxxxxx> Fri, 10 Oct 2014 20:33:41 +0000
** Branch linked: lp:ubuntu/utopic-proposed/indicator-network
** Changed in: indicator-network (Ubuntu)
Status: Triaged => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-network in
Ubuntu.
https://bugs.launchpad.net/bugs/1376302
Title:
indicator-network is frequently logging to
/home/phablet/.cache/upstart/indicator-network.log
Status in “indicator-network” package in Ubuntu:
Fix Released
Bug description:
I was trying to figure out where excessive file system writes were
coming from (to try to reduce flash writes and hence reduce power
consumption) and I spotted that /home/phablet/.cache/upstart
/indicator-network.log is being written to rather often (every minute
or so) (tail -f the log and see what I mean).
On my phone it the log seems to be being filled with the same 3 types
of messages over and over:
void org::ofono::Interface::NetworkRegistration::_updateProperty(std::string, core::dbus::types::Variant): unhandled property change: MobileCountryCode
void org::ofono::Interface::NetworkRegistration::_updateProperty(std::string, core::dbus::types::Variant): unhandled property change: MobileNetworkCode
void org::ofono::Interface::NetworkRegistration::_updateProperty(std::string, core::dbus::types::Variant): unhandled property change: CellId
I guess these look like some kind of error message from ofono. In the
period of an hour I see ~28K of messages being written, which although
isn't huge, it is extra work for the system to write and I think the
messages may need looking into and investigating.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1376302/+subscriptions
References