Граф коммитов

5 Коммитов

Автор SHA1 Сообщение Дата
Lawrence Lomax ab16dba4a6 Rename FBProcessQuery to FBProcessFetcher
Summary: `Query` objects should be consistent within the Framework, this means that a Query object should be a serializable representation of what should be fetched. `FBProcessFetcher` becomes a facade around the mechanics of getting to Process Info, a higher level API can then be built called `FBProcessQuery`.

Reviewed By: marekcirkos

Differential Revision: D3178745

fb-gh-sync-id: babd108772bb9ad30bcc88a15b5dfca2977295cf
fbshipit-source-id: babd108772bb9ad30bcc88a15b5dfca2977295cf
2016-04-14 08:15:34 -07:00
Marek Cirkos 2834eb3f77 Fix failing Travis
Summary:Process environment variables are mutable so we should not use it to determine equality.

Closes https://github.com/facebook/FBSimulatorControl/pull/252

Reviewed By: lawrencelomax

Differential Revision: D3144145

Pulled By: marekcirkos

fb-gh-sync-id: 36d693ebbe4b6490c54bfbb560d4480fbaa28e12
fbshipit-source-id: 36d693ebbe4b6490c54bfbb560d4480fbaa28e12
2016-04-06 02:25:22 -07:00
Lawrence Lomax 5e8a340591 Improve Human Readable Representations
Summary: There are a number of reasons that the `fbsimctl` CLI is hard to use, one of them is that the output in the human-readable case is very inconsistent and verbose. This fixes these issues and simplifies the reporting mechanism.

Reviewed By: marekcirkos

Differential Revision: D3138428

fb-gh-sync-id: b8c9fab5af1c55df4fda7a356652fea76691bfed
fbshipit-source-id: b8c9fab5af1c55df4fda7a356652fea76691bfed
2016-04-05 02:55:28 -07:00
Lawrence Lomax 433d1b8792 Add Diagnostic Fetching by App ID & Filename
Summary: This adds the fetching of arbitrary diagnostics by a filename. This is handy if for instance an application has some special logging functionality and you want to extract these files as diagnostics.

Reviewed By: mmmulani

Differential Revision: D3047484

fb-gh-sync-id: e503cb529641ccf4a9c1d4dc13a78a2a0c176ca4
shipit-source-id: e503cb529641ccf4a9c1d4dc13a78a2a0c176ca4
2016-03-14 10:20:25 -07:00
Marek Cirkos 02445751d9 Extracted FBControlCore
Summary: Extracts FBControlCore for further integration with FBDeviceControl

Reviewed By: lawrencelomax

Differential Revision: D3023706

fb-gh-sync-id: 149fd233da04c6551e0296eb0146b87bf48fea1a
shipit-source-id: 149fd233da04c6551e0296eb0146b87bf48fea1a
2016-03-09 10:42:43 -08:00