This commit is contained in:
Gunther Brunner
2014-09-02 12:24:07 +09:00
parent 12eaf5182f
commit a0e0d2228a
14 changed files with 31 additions and 31 deletions

View File

@@ -12,7 +12,7 @@ module.exports = function LogsCtrl($scope, LogcatService) {
if (newValue !== oldValue) {
LogcatService.started = newValue
if (newValue) {
$scope.control.startLogcat([]).then(function (result) {
$scope.control.startLogcat([]).then(function () {
})
} else {
$scope.control.stopLogcat()