yinggu / mobitest-agent

Automatically exported from code.google.com/p/mobitest-agent
0 stars 0 forks source link

HAR format version number is incorrect #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a HAR file using Mobitest
2. View the raw HAR file 

What is the expected output? What do you see instead?

As per HAR spec (http://www.softwareishard.com/blog/har-12-spec/#log) expect to 
see:

{
  "log": {
    "version":"1.1",  or 1.2
    "creator": {

Actually see:

{
  "log": {
    "version":"1.8",
    "creator": {

What version of the product are you using? On what operating system?

Mobitest Agent v1.8 on iOS

Please provide any additional information below.

Will fix this as part of the changes to support landscape

Original issue reported on code.google.com by dajdav...@gmail.com on 13 Apr 2013 at 5:22