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

added logcat feature #111

Merged

Conversation

gokul1099
Copy link
Contributor

@gokul1099 gokul1099 commented Nov 26, 2023

Added logcat feature. Now user can view logcat for every single android device. closes #106

Copy link
Owner

@okwasniewski okwasniewski left a comment

Choose a reason for hiding this comment

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

Thanks for opening the PR! I've left few comments

MiniSim/MenuItems/SubMenuItem.swift Outdated Show resolved Hide resolved
MiniSim/Extensions/UserDefaults+Configuration.swift Outdated Show resolved Hide resolved
MiniSim/Service/DeviceService.swift Outdated Show resolved Hide resolved
MiniSim/Service/DeviceService.swift Outdated Show resolved Hide resolved
MiniSim/Service/DeviceService.swift Outdated Show resolved Hide resolved
MiniSim/Service/Terminal.swift Outdated Show resolved Hide resolved
Copy link
Owner

@okwasniewski okwasniewski left a comment

Choose a reason for hiding this comment

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

Few minor things and we are good to merge

MiniSim/Service/DeviceService.swift Outdated Show resolved Hide resolved
Comment on lines 11 to 14
enum TerminalType: String {
case terminal = "Terminal"
case iterm = "iTerm"
}
Copy link
Owner

Choose a reason for hiding this comment

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

Let's name this just Terminaland move it to TerminalApps.swift so its in one place

static func launchTerminal(terminal: TerminalApp, deviceId: String) throws
}

class TerminalService: TerminalServiceProtocol {
Copy link
Owner

Choose a reason for hiding this comment

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

Let's leave tests for this module for now - I will add them later

@okwasniewski
Copy link
Owner

Thanks for contributing @gokul1099!

@okwasniewski okwasniewski merged commit 198270a into okwasniewski:main Dec 12, 2023
2 checks passed
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.

New feature: add option to open logcat
2 participants