Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#92] Separate device logs #1095

Merged
merged 4 commits into from
Feb 8, 2020

Conversation

lukzeg
Copy link
Contributor

@lukzeg lukzeg commented Sep 11, 2019

This is proposition for the issue described in the #92.

Steps to reproduce:
a) Assign first device and enable collecting adb logs
b) return to device list
c) select second device

Actual Results:
The logs for first device are displayed in the logcat textView.

Expected Results:
The logs should be separated between selected/assigned for the user devices

Changes contains:
#1077
#1074

Main changes in this PR:

  • Separate logs between selected devices.
  • Restore data stored in tid/pid/data fields as well status of enabed/disabled logcat button with selected priority of collected logs
  • Add Save Button
  • Add possibility to save adb logs in txt and json format
  • Add translation for added strings
  • Update Polish translation.

Screenshots:
Save button
image

Save Modal
image

@lukzeg lukzeg mentioned this pull request Sep 11, 2019

it('should ...', inject(function() {

//expect(SaveLogService.doSomething()).toEqual('something');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There should be some tests perhaps

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @koral--,
I didn't implemented any test, as I was not able to run jasmine and mocha tests. I will be happy to look at them. Is there any Dockerfile with setup of test environment on which I can start tests?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is nothing more apart from files available in this repo.

@koral-- koral-- merged commit 8deae20 into openstf:master Feb 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants