Separate device logs

This commit is contained in:
Lukasz.Zeglinski
2019-09-11 11:04:49 +02:00
parent 345ba4d8a8
commit d99a6e7a97
29 changed files with 17057 additions and 64 deletions

View File

@@ -1,5 +1,5 @@
module.exports = function MenuCtrl($scope, $rootScope, SettingsService,
$location) {
$location, LogcatService) {
SettingsService.bind($scope, {
target: 'lastUsedDevice'
@@ -7,7 +7,8 @@ module.exports = function MenuCtrl($scope, $rootScope, SettingsService,
SettingsService.bind($rootScope, {
target: 'platform',
defaultValue: 'native'
defaultValue: 'native',
deviceEntries: LogcatService.deviceEntries
})
$scope.$on('$routeChangeSuccess', function() {