mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-27 11:15:13 +02:00
Separate device logs
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user